Skip to content

Commit

Permalink
Fix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Jul 18, 2024
1 parent 5e61232 commit 9ef6243
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
submodules: recursive
- uses: actions/cache@v4
with:
path: vendor/bare/corestore
key: corestore-${{ matrix.platform }}-${{ matrix.name }}
path: vendor/bare-kit/vendor/bare/corestore
key: corestore-${{ matrix.platform }}-${{ matrix.arch }}
- uses: actions/setup-node@v4
with:
node-version: lts/*
Expand Down

0 comments on commit 9ef6243

Please sign in to comment.