Skip to content

Commit 19da5a2

Browse files
committed
Specify nightly version for Foundry installation
Updates the GitHub Actions workflow to install the nightly version of Foundry using the foundry-toolchain action. Ensures tests run against the latest nightly build.
1 parent a43150c commit 19da5a2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222

2323
- name: Install Foundry
2424
uses: foundry-rs/foundry-toolchain@v1
25+
with:
26+
version: nightly
2527

2628
- name: Show Forge version
2729
run: |

0 commit comments

Comments
 (0)