Skip to content

Commit 7bccd5a

Browse files
committed
lock foundry version in bindings
1 parent a6bd9bf commit 7bccd5a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/bindings.yml

+5
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,15 @@ jobs:
2424

2525
- name: Setup Foundry
2626
uses: foundry-rs/foundry-toolchain@v1
27+
with:
28+
version: nightly-fc807dfbbf07de9b1f00f3ba4daa423a6064e91c
2729

2830
- name: Install Bun
2931
uses: oven-sh/setup-bun@v2
3032

33+
- name: Log forge version
34+
run: forge --version
35+
3136
- name: Install ABIGen
3237
run: |
3338
go install github.com/ethereum/go-ethereum/cmd/[email protected]

0 commit comments

Comments
 (0)