Skip to content

Commit

Permalink
Use dtolnay/rust-toolchain instead of actions-rs/toolchain
Browse files Browse the repository at this point in the history
Reason: actions-rs/toolchain is no longer supported.
  • Loading branch information
jannic authored and jkarneges committed Jan 5, 2024
1 parent 589dbb9 commit e8665b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
submodules: recursive
- name: Install Rust
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust-toolchain }}
- name: Cache cargo registry
Expand Down

0 comments on commit e8665b2

Please sign in to comment.