Skip to content

Commit

Permalink
chore: Simplify CI cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmilton committed Jul 15, 2024
1 parent 70f5e94 commit 3d46dab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
if: ${{ matrix.platform == 'windows-latest' }}
with:
path: ~/.bun/install/cache
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}
key: ${{ runner.os }}-bun-${{ hashFiles('bun.lockb') }}
restore-keys: |
${{ runner.os }}-bun-
- uses: actions/download-artifact@v4
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
if: ${{ matrix.platform == 'windows-latest' }}
with:
path: ~/.bun/install/cache
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}
key: ${{ runner.os }}-bun-${{ hashFiles('bun.lockb') }}
restore-keys: |
${{ runner.os }}-bun-
- uses: actions/download-artifact@v4
Expand Down

0 comments on commit 3d46dab

Please sign in to comment.