Skip to content

Commit

Permalink
fix: use release candidate version for update workflow (#1419)
Browse files Browse the repository at this point in the history
* use nightly version for update workflow

* use release candidate version rather than nightly
  • Loading branch information
zerosnacks authored Feb 3, 2025
1 parent 446aa44 commit 07d14e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:

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

- uses: dtolnay/rust-toolchain@nightly

- name: Update
Expand Down

0 comments on commit 07d14e6

Please sign in to comment.