We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6836f29 commit 3384bbbCopy full SHA for 3384bbb
1 file changed
.github/workflows/build_mac.yml
@@ -48,6 +48,8 @@ jobs:
48
host: 'mac'
49
target: 'desktop'
50
arch: 'clang_64'
51
+ cache: true
52
+ cache-key-prefix: install-qt-${{ env.QT_VERSION }}-action
53
54
- name: Set Debug Flags
55
if: inputs.build_type == 'Debug'
0 commit comments