We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce4893c commit 61a3a35Copy full SHA for 61a3a35
.github/workflows/msrv.yaml
@@ -24,11 +24,8 @@ jobs:
24
sudo apt-get update && sudo apt-get install -y libasound2-dev libjack-jackd2-dev cmake
25
26
- 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"
+ # Aligned with `rust-version` in `Cargo.toml`
+ uses: dtolnay/[email protected]
32
33
- name: Check out repository
34
uses: actions/checkout@v3
0 commit comments