Skip to content

Commit

Permalink
fix(ci): Replace archived actions-rs/toolchain@v1 with actions-rust-l…
Browse files Browse the repository at this point in the history
…ang/setup-rust-toolchain@v1 for Rust toolchain installation
  • Loading branch information
Hermann-Core committed Jul 4, 2024
1 parent 449c102 commit 5774f34
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ jobs:
${{ runner.os }}-cargo
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Install Nextest test runner
uses: taiki-e/install-action@nextest
Expand All @@ -40,4 +38,3 @@ jobs:
run: |
cargo build --workspace --all-features
cargo nextest run --workspace --all-features

0 comments on commit 5774f34

Please sign in to comment.