summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/publish.yml
diff options
context:
space:
mode:
authorLuke Parker <[email protected]>2026-02-26 17:55:01 +1000
committerGitHub <[email protected]>2026-02-26 17:55:01 +1000
commitfce811b52f335eb28dc43b49a96f42b2ada751f5 (patch)
tree9d5eb1a6d4248b8e1809881f3c0ed6facaacf409 /.github/workflows/publish.yml
parentaae75b3cfb10cdff965fb434c487980b152efdec (diff)
downloadopencode-fce811b52f335eb28dc43b49a96f42b2ada751f5.tar.gz
opencode-fce811b52f335eb28dc43b49a96f42b2ada751f5.zip
fix: most segfaults on windows with Bun v1.3.10 stable (#15181)
Diffstat (limited to '.github/workflows/publish.yml')
-rw-r--r--.github/workflows/publish.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index cca7df5c4..8d4c9038a 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -77,8 +77,6 @@ jobs:
fetch-tags: true
- uses: ./.github/actions/setup-bun
- with:
- cross-compile: "true"
- name: Setup git committer
id: committer
@@ -90,7 +88,7 @@ jobs:
- name: Build
id: build
run: |
- ./packages/opencode/script/build.ts --all
+ ./packages/opencode/script/build.ts
env:
OPENCODE_VERSION: ${{ needs.version.outputs.version }}
OPENCODE_RELEASE: ${{ needs.version.outputs.release }}