Skip to content

Commit

Permalink
Fix issue with pruned foundry nightly version
Browse files Browse the repository at this point in the history
  • Loading branch information
ermyas committed Jan 29, 2024
1 parent 417e8d4 commit ca5a726
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly-34f684ddfacc5b2ed371353ba6f730c485616ffe
version: nightly

- name: Run Forge build
run: |
Expand Down
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-34f684ddfacc5b2ed371353ba6f730c485616ffe
version: nightly

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

- name: Run Forge fmt --check
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly-34f684ddfacc5b2ed371353ba6f730c485616ffe
version: nightly

- name: Run Forge build
run: |
Expand Down

0 comments on commit ca5a726

Please sign in to comment.