Skip to content

Commit 10d833c

Browse files
committed
update bindings yaml
1 parent 90ef4b6 commit 10d833c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/bindings.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@ jobs:
2323
go-version: "1.21.3"
2424

2525
- name: Setup Foundry
26-
uses: foundry-rs/foundry-toolchain@v1
26+
uses: foundry-rs/foundry-toolchain@v1.2.0
2727

2828
- name: Install Bun
2929
uses: oven-sh/setup-bun@v2
30+
with:
31+
bun-version: latest
3032

3133
- name: Install ABIGen
3234
run: |

0 commit comments

Comments
 (0)