We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8489a1d commit 968a556Copy full SHA for 968a556
.github/workflows/rust.yml
@@ -74,7 +74,7 @@ jobs:
74
id: rust-toolchain
75
- run: cargo --config 'resolver.incompatible-rust-versions="fallback"' update
76
# on msrv runs, downgrade rust after generating the Cargo.lock file
77
- - run: apk -y update && apk -y install --no-install-recommends yq
+ - run: apt -y update && apt -y install --no-install-recommends yq
78
if: matrix.rust.name == 'MSRV'
79
- run: echo "rust-version=$(tomlq -r '.workspace.package."rust-version"' Cargo.toml)" >>$GITHUB_OUTPUT
80
id: msrv
0 commit comments