Skip to content

Commit

Permalink
Use stable foundry (#298)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Buckland <[email protected]>
  • Loading branch information
godzillaba and yahgwai authored Feb 6, 2025
1 parent 780366a commit 9d8a60a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/contract-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
version: stable

- name: Setup node/yarn
uses: actions/setup-node@v3
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
version: stable

- name: Setup nodejs
uses: actions/setup-node@v2
Expand All @@ -62,7 +62,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
version: stable

- name: Check Contracts Format
run: forge fmt --check
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
version: stable

- uses: OffchainLabs/actions/run-nitro-test-node@main
with:
Expand Down

0 comments on commit 9d8a60a

Please sign in to comment.