Skip to content

Commit

Permalink
ci: remove lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Oc1S committed Jun 11, 2024
1 parent c9670a2 commit dc4035d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
with:
bun-version: latest

- uses: actions/cache@v3
with:
path: node_modules
key: ${{ runner.OS }}-build-${{ hashFiles('**/bun.lockb') }}
# - uses: actions/cache@v3
# with:
# path: node_modules
# key: ${{ runner.OS }}-build-${{ hashFiles('**/bun.lockb') }}

- run: bun install --frozen-lockfile
- run: bun install
- run: bun run build

- uses: actions/upload-artifact@v3
Expand Down
Binary file removed bun.lockb
Binary file not shown.

0 comments on commit dc4035d

Please sign in to comment.