Skip to content

Commit 339807d

Browse files
author
Frank
committed
sync
1 parent 70b4b78 commit 339807d

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

github/action.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,18 @@ inputs:
1616
runs:
1717
using: "composite"
1818
steps:
19-
- name: Install opencode
20-
shell: bash
21-
run: curl -fsSL https://opencode.ai/install | bash
19+
# - name: Install opencode
20+
# shell: bash
21+
# run: curl -fsSL https://opencode.ai/install | bash
22+
23+
- run: git clone https://github.com/sst/opencode.git
24+
- run: cd opencode && bun i && cd ..
2225

2326
- name: Run opencode
2427
shell: bash
2528
id: run_opencode
26-
run: opencode github run
29+
#run: opencode github run
30+
run: bun opencode/packages/opencode/src/index.ts github run
2731
env:
2832
MODEL: ${{ inputs.model }}
2933
SHARE: ${{ inputs.share }}

0 commit comments

Comments
 (0)