Skip to content

Commit 19c1357

Browse files
committed
lock foundry version in bindings
1 parent a6bd9bf commit 19c1357

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-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-72e44fb87c38b2acfa2b0b136fc1bc833f71e674
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]

.github/workflows/lint.yml

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525

2626
- name: Setup Foundry
2727
uses: foundry-rs/foundry-toolchain@v1
28+
with:
29+
version: nightly-72e44fb87c38b2acfa2b0b136fc1bc833f71e674
30+
2831

2932
- name: Install ABIGen
3033
run: |

0 commit comments

Comments
 (0)