Skip to content

Commit 1d0509c

Browse files
author
Frank
committed
sync
1 parent 339807d commit 1d0509c

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

github/action.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,13 @@ runs:
2020
# shell: bash
2121
# run: curl -fsSL https://opencode.ai/install | bash
2222

23-
- run: git clone https://github.com/sst/opencode.git
24-
- run: cd opencode && bun i && cd ..
23+
- name: Install opencode
24+
shell: bash
25+
run: |
26+
git clone https://github.com/sst/opencode.git
27+
cd opencode
28+
bun i
29+
cd ..
2530
2631
- name: Run opencode
2732
shell: bash

0 commit comments

Comments
 (0)