We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6bd9bf commit 19c1357Copy full SHA for 19c1357
.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-72e44fb87c38b2acfa2b0b136fc1bc833f71e674
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]
.github/workflows/lint.yml
@@ -25,6 +25,9 @@ jobs:
0 commit comments