Skip to content

Commit b19859a

Browse files
committed
cache/restore と cache/save の path を完全一致させる
1 parent 610fda7 commit b19859a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/msbuild.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ jobs:
133133
with:
134134
path: |
135135
libs
136+
!libs/download
136137
key: cache-${{ matrix.VS_VERSION }}-common-${{ steps.cache_hash.outputs.hash_value }}
137138

138139
- name: Restore cached files (libs/download)
@@ -274,6 +275,7 @@ jobs:
274275
with:
275276
path: |
276277
libs
278+
!libs/download
277279
key: cache-${{ matrix.VS_VERSION }}-${{ matrix.arch }}-${{ steps.cache_hash.outputs.hash_value }}
278280

279281
- name: Restore cached files (libs/download)

0 commit comments

Comments
 (0)