Skip to content

Use char instead of unsigned short int for small enum class. #63

Use char instead of unsigned short int for small enum class.

Use char instead of unsigned short int for small enum class. #63

Workflow file for this run

name: Build & test
on: [push, pull_request]
jobs:
build-and-test:
strategy:
matrix:
platform: [ubuntu-latest, windows-latest]
qt-version: [6.5.*]
uses: przemek83/workflows/.github/workflows/build-and-test-qt.yml@main
with:
platform: ${{ matrix.platform }}
qt-version: ${{ matrix.qt-version }}