Skip to content

Commit 358501d

Browse files
Tweak cache key for Linux caches
1 parent 97f682b commit 358501d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
uses: actions/cache@v4
9292
with:
9393
path: _build/.cache
94-
key: linux-${{matrix.env}}
94+
key: linux / ${{matrix.env}} / ${{matrix.vcpkg_arg}}
9595
- name: Environment Prep
9696
run: |
9797
# Set Earthly args in the .arg file, which will persist across subsequent

0 commit comments

Comments
 (0)