Skip to content

Commit

Permalink
Remove reference to missing nightly version
Browse files Browse the repository at this point in the history
  • Loading branch information
ermyas committed Jul 1, 2024
1 parent d26d524 commit 55ff069
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.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-e4ab9f460e92586fc4d4f6c9e00d8cda0c2dabf0
version: nightly

- name: Run install
uses: borales/actions-yarn@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly-e4ab9f460e92586fc4d4f6c9e00d8cda0c2dabf0
version: nightly

- name: Run Forge build
run: |
Expand Down

0 comments on commit 55ff069

Please sign in to comment.