Skip to content

Commit 10285f5

Browse files
committed
fix: delete bun.lock before install so platform-specific deps resolve on linux
1 parent 7b3b4a6 commit 10285f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
env:
5555
SPACEBOT_SKIP_FRONTEND_BUILD: "1"
5656
run: |
57-
cd interface && bun install && npm install --no-save @rollup/rollup-linux-x64-gnu @rollup/rollup-linux-arm64-gnu 2>/dev/null || true && cd ..
57+
cd interface && rm -f bun.lock && bun install && cd ..
5858
./scripts/build-opencode-embed.sh
5959
cd interface && bun run build
6060

0 commit comments

Comments
 (0)