Skip to content

Commit 576af47

Browse files
committed
fix cache restore key
1 parent 3321577 commit 576af47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
uses: actions/cache@v4
168168
with:
169169
path: ${{ env.QT_STATIC_DIR }}
170-
key: qt-static-${{ env.QT_VERSION }}-msvc2019-x64
170+
key: qt-static-${{ env.QT_VERSION }}-${{ env.MSVC_TOOLSET }}-${{ runner.arch }}
171171

172172
- name: Setup MSVC
173173
uses: ilammy/msvc-dev-cmd@v1

0 commit comments

Comments
 (0)