Skip to content

Commit ff7dda9

Browse files
committed
ci: use stable version of foundry
1 parent b85ffd0 commit ff7dda9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/foundry.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install Foundry
3232
uses: foundry-rs/foundry-toolchain@v1
3333
with:
34-
version: nightly
34+
version: v0.3.0
3535

3636
- name: Install Solidity Dependencies
3737
run: forge soldeer update -d
@@ -59,7 +59,7 @@ jobs:
5959
- name: Install Foundry
6060
uses: foundry-rs/foundry-toolchain@v1
6161
with:
62-
version: nightly
62+
version: v0.3.0
6363

6464
- name: Install Solidity Dependencies
6565
run: forge soldeer update -d

0 commit comments

Comments
 (0)