Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
franziska-wegner committed Dec 5, 2023
2 parents 376d389 + 6a84b80 commit dabf647
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .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 Down Expand Up @@ -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 dabf647

Please sign in to comment.