We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 705d931 commit ed67081Copy full SHA for ed67081
.github/workflows/windows-cmake.yml
@@ -60,23 +60,14 @@ jobs:
60
env:
61
QT_VERSION: 6.8.2
62
QT_DIR: ${{ github.workspace }}\Qt
63
- QT_CACHE_KEY: qt-${{ runner.os }}-${{ env.QT_VERSION }}-mingw
64
65
steps:
66
- name: 📦 Checkout source code
67
uses: actions/checkout@v4
68
with:
69
fetch-depth: 0
70
71
- - name: 💾 Restore Qt cache
72
- id: qt-cache
73
- uses: actions/cache@v4
74
- with:
75
- path: ${{ env.QT_DIR }}
76
- key: ${{ env.QT_CACHE_KEY }}
77
-
78
- - name: 📥 Install Qt + MinGW (if not cached)
79
- if: steps.qt-cache.outputs.cache-hit != 'true'
+ - name: 📥 Install Qt + MinGW
80
uses: jurplel/install-qt-action@v4
81
82
aqtversion: '==3.1.19'
0 commit comments