We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6bd9bf commit 7bccd5aCopy full SHA for 7bccd5a
.github/workflows/bindings.yml
@@ -24,10 +24,15 @@ jobs:
24
25
- name: Setup Foundry
26
uses: foundry-rs/foundry-toolchain@v1
27
+ with:
28
+ version: nightly-fc807dfbbf07de9b1f00f3ba4daa423a6064e91c
29
30
- name: Install Bun
31
uses: oven-sh/setup-bun@v2
32
33
+ - name: Log forge version
34
+ run: forge --version
35
+
36
- name: Install ABIGen
37
run: |
38
go install github.com/ethereum/go-ethereum/cmd/[email protected]
0 commit comments