Skip to content

Commit 61a3a35

Browse files
uklotzdeorottier
authored andcommitted
msrv: Simplify installation of Rust toolchain
1 parent ce4893c commit 61a3a35

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/msrv.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,8 @@ jobs:
2424
sudo apt-get update && sudo apt-get install -y libasound2-dev libjack-jackd2-dev cmake
2525
2626
- name: Install Rust toolchain
27-
uses: dtolnay/rust-toolchain@master
28-
with:
29-
# Aligned with `rust-version` in `Cargo.toml`
30-
# The quoting is required, otherwise versions that end with 0 would be interpreted as a number
31-
toolchain: "1.70"
27+
# Aligned with `rust-version` in `Cargo.toml`
28+
uses: dtolnay/[email protected]
3229

3330
- name: Check out repository
3431
uses: actions/checkout@v3

0 commit comments

Comments
 (0)