Skip to content

Commit 4304faf

Browse files
committed
Default Cache Prefix
The action already adds the version/other options to the cache key, so we don't need to specify the prefix manually
1 parent 16a4467 commit 4304faf

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/build_mac.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
target: 'desktop'
4949
arch: 'clang_64'
5050
cache: true
51-
cache-key-prefix: install-qt-${{ env.QT_VERSION }}-action
5251

5352
- name: Set Debug Flags
5453
if: inputs.build_type == 'Debug'

.github/workflows/build_windows.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ jobs:
5757
target: 'desktop'
5858
arch: 'win64_msvc2022_64'
5959
cache: true
60-
cache-key-prefix: install-qt-${{ env.QT_VERSION }}-action
6160

6261
- name: Set Debug Flags
6362
if: inputs.build_type == 'Debug'

0 commit comments

Comments
 (0)