File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed
Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 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
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 : |
You can’t perform that action at this time.
0 commit comments