Skip to content

Commit

Permalink
Remove caching for Bun dependencies in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vasapolrittideah committed Jan 4, 2025
1 parent 225e499 commit 7a221bb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ jobs:
uses: oven-sh/setup-bun@v1
with:
bun-version: 'latest'
- name: Cache Bun dependencies
uses: actions/cache@v3
with:
path: .bun
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}
- name: Cache node_modules
id: cache-node_modules
uses: actions/cache@v3
Expand Down

0 comments on commit 7a221bb

Please sign in to comment.