Skip to content

Commit

Permalink
Update CI workflow template to unpin from nightly explicitly, relyi…
Browse files Browse the repository at this point in the history
…ng on `foundry-toolchain` default (#9573)

* default CI workflow template to stable as opposed to nightly, related: foundry-rs/foundry-toolchain#60

* remove pinning to stable in workflow file, rely on default in foundry-toolchain - now being nightly, becoming stable
  • Loading branch information
zerosnacks authored Dec 19, 2024
1 parent f3b5ac7 commit 7ac0502
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/forge/assets/workflowTemplate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly

- name: Show Forge version
run: |
Expand Down

0 comments on commit 7ac0502

Please sign in to comment.