make sure rust toolchain is from rust-toolchain.toml in github workflows

This commit is contained in:
2025-10-20 01:18:28 -07:00
parent 48e3644977
commit 4f30d51bb2
2 changed files with 8 additions and 12 deletions

View File

@@ -39,10 +39,9 @@ jobs:
with:
persist-credentials: false
- name: 'install nightly rust toolchain'
- name: 'install rust toolchain'
run: |
rustup update --no-self-update nightly
rustup default nightly
cargo version
- name: 'assemble artifacts'
run: ./hack/assemble.sh