Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
franziska-wegner committed Dec 3, 2023
1 parent ea8f04c commit 2413654
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
pull_request:
branches: [ "master" ]

env:
QT_VERSION: "6.2.0"
BUILD_TYPE: Release

jobs:
build:
runs-on: ${{ matrix.os }}
Expand All @@ -24,7 +28,7 @@ jobs:
# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
matrix:
os: [ubuntu-latest, windows-latest]
build_type: [Release]
build_type: [${{env.BUILD_TYPE}}]
c_compiler: [gcc, clang, cl]
include:
- os: windows-latest
Expand All @@ -50,7 +54,7 @@ jobs:
- name: Install Qt5/Qt6 (yaqti)
uses: WillBrennan/[email protected]
with:
version: '6.2.0'
version: ${{env.QT_VERSION}}
os: 'linux'
platform: 'desktop'
modules: 'qtcharts'
Expand Down

0 comments on commit 2413654

Please sign in to comment.