Skip to content

Commit bbb6f61

Browse files
committed
chore: install foundry
1 parent 42aaf83 commit bbb6f61

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/solidity.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,10 @@ jobs:
193193
zsh --version
194194
which zsh
195195
196+
- name: Install Foundry
197+
uses: foundry-rs/foundry-toolchain@v1
198+
with:
199+
version: nightly
196200

197201
- name: Generate README.md
198202
if: github.repository == 'settlemint/solidity-predeployed'

0 commit comments

Comments
 (0)