Skip to content

Commit 7ac0502

Browse files
authored
Update CI workflow template to unpin from nightly explicitly, relying 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
1 parent f3b5ac7 commit 7ac0502

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/forge/assets/workflowTemplate.yml

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

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

2826
- name: Show Forge version
2927
run: |

0 commit comments

Comments
 (0)