Skip to content

Commit b045094

Browse files
committed
fix(workflow): remove old arch from macos cache key
1 parent 743fb91 commit b045094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id: cache-vcpkg
2525
with:
2626
path: build/vcpkg_cache/
27-
key: vcpkg-binaries-x64-osx-${{ hashFiles('vcpkg.json') }}
27+
key: vcpkg-binaries-osx-${{ hashFiles('vcpkg.json') }}
2828

2929
- name: Create Build Environment
3030
if: ${{ !steps.cache-vcpkg.outputs.cache-hit }}

0 commit comments

Comments
 (0)