Skip to content

Commit ed67081

Browse files
Removed caching from MinGW build
1 parent 705d931 commit ed67081

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/windows-cmake.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -60,23 +60,14 @@ jobs:
6060
env:
6161
QT_VERSION: 6.8.2
6262
QT_DIR: ${{ github.workspace }}\Qt
63-
QT_CACHE_KEY: qt-${{ runner.os }}-${{ env.QT_VERSION }}-mingw
6463

6564
steps:
6665
- name: 📦 Checkout source code
6766
uses: actions/checkout@v4
6867
with:
6968
fetch-depth: 0
7069

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'
70+
- name: 📥 Install Qt + MinGW
8071
uses: jurplel/install-qt-action@v4
8172
with:
8273
aqtversion: '==3.1.19'

0 commit comments

Comments
 (0)