Skip to content

Commit 50b2075

Browse files
author
decryptable
committed
fix: update release workflow to use bun install and disable caching
1 parent 8c650ae commit 50b2075

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: oven-sh/setup-bun@v2
2727
with:
2828
bun-version: '1.1.24'
29-
cache: 'bun'
29+
no-cache: false
3030

3131
- name: Setup Rust
3232
uses: dtolnay/rust-toolchain@stable
@@ -39,7 +39,7 @@ jobs:
3939
cargo install wasm-bindgen-cli
4040
4141
- name: Install dependencies
42-
run: bun ci
42+
run: bun install
4343

4444
- name: Build the app
4545
run: bun run build

0 commit comments

Comments
 (0)