Try actions-rust-lang/setup-rust-toolchain for possibly faster test b… (#364)

* Try actions-rust-lang/setup-rust-toolchain for possibly faster test builds

* Use toolchain from toml file

* Use the same action for the build job
This commit is contained in:
Rob Knight 2025-07-29 18:21:13 +01:00 committed by GitHub
parent 5b04b2a360
commit d6c4d9e943
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 6 deletions

View file

@ -15,9 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Build default
run: cargo build
- name: Build non-zk # check without the zk feature enabled