Skip to content

Commit ebdcdd9

Browse files
committed
change qt version to 6.8.2 in ci
1 parent 2fd69a3 commit ebdcdd9

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: [ubuntu-latest, windows-latest, macos-latest]
18-
qt-version: ['6.7.0']
19-
18+
qt-version: ['6.8.2']
19+
2020
steps:
2121
- name: Checkout code
2222
uses: actions/checkout@v4
@@ -25,10 +25,8 @@ jobs:
2525
uses: jurplel/install-qt-action@v4
2626
with:
2727
version: ${{ matrix.qt-version }}
28-
modules: 'qtbase qttools qtnetwork'
2928
cache: true
3029
cache-key-prefix: install-qt-action-${{ matrix.os }}-${{ matrix.qt-version }}
31-
setup-python: false
3230

3331
- name: Configure CMake
3432
run: |
@@ -57,19 +55,17 @@ jobs:
5755
runs-on: ubuntu-latest
5856
timeout-minutes: 20
5957
if: github.event_name == 'push'
60-
58+
6159
steps:
6260
- name: Checkout code
6361
uses: actions/checkout@v4
6462

6563
- name: Install Qt
6664
uses: jurplel/install-qt-action@v4
6765
with:
68-
version: '6.7.0'
69-
modules: 'qtbase qttools qtnetwork'
66+
version: '6.8.2'
7067
cache: true
71-
cache-key-prefix: install-qt-action-ubuntu-6.7.0
72-
setup-python: false
68+
cache-key-prefix: install-qt-action-ubuntu-6.8.2
7369

7470
- name: Install coverage tools
7571
run: |

0 commit comments

Comments
 (0)