Skip to content

Commit

Permalink
Fully specify Qt version on the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
redstrate committed Feb 1, 2025
1 parent a26df33 commit 42aa2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
env:
CMAKE_BUILD_PARALLEL_LEVEL: 2
MAKEFLAGS: '-j 2'
QT_VERSION: 6.8 # Keep in sync with CMakeLists.txt
QT_VERSION: 6.8.1 # Keep in sync with CMakeLists.txt
KF_VERSION: v6.10.0 # Ditto
KIRIGAMI_ADDONS_VERSION: v1.7.0 # Ditto x2

Expand Down

0 comments on commit 42aa2b3

Please sign in to comment.