We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f95f1c5 commit 7cab86aCopy full SHA for 7cab86a
1 file changed
.github/workflows/cppcmake.yml
@@ -82,7 +82,7 @@ jobs:
82
run: sudo apt install qtbase5-dev
83
84
- name: Install Qt (Ubuntu jammy)
85
- if: matrix.config.os == 'ubuntu-22.04'
+ if: matrix.config.os == 'ubuntu-latest'
86
run: sudo apt install qt6-base-dev freeglut3-dev
87
88
- name: Install Qt (MacOS)
0 commit comments