Skip to content

Commit 7cab86a

Browse files
committed
Fixup Qt install for jammy on CI.
1 parent f95f1c5 commit 7cab86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cppcmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
run: sudo apt install qtbase5-dev
8383

8484
- name: Install Qt (Ubuntu jammy)
85-
if: matrix.config.os == 'ubuntu-22.04'
85+
if: matrix.config.os == 'ubuntu-latest'
8686
run: sudo apt install qt6-base-dev freeglut3-dev
8787

8888
- name: Install Qt (MacOS)

0 commit comments

Comments
 (0)