Skip to content

Commit

Permalink
Use name in prebuild cache key as well
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Feb 14, 2024
1 parent a90a6fd commit bbc1840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/cache@v4
with:
path: corestore
key: corestore
key: corestore-${{ matrix.name }}
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
Expand Down

0 comments on commit bbc1840

Please sign in to comment.