Skip to content

Commit 3ce9161

Browse files
authored
build with qt 6.7 (#7)
1 parent 609813b commit 3ce9161

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@ jobs:
1515
matrix:
1616
config: [shared, static]
1717
os: [ubuntu-latest, macos-latest, windows-latest]
18+
qt-version: [6.7.*]
1819

1920
steps:
2021
- name: Install Qt
2122
uses: jurplel/install-qt-action@v4
2223
with:
2324
cache: true
24-
cache-key-prefix: install-qt-action-${{runner.os}}
25+
cache-key-prefix: install-qt-action-${{runner.os}}-${{matrix.qt-version}}
2526

2627
- name: Git Checkout
2728
uses: actions/checkout@v4

0 commit comments

Comments
 (0)