We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 968a556 commit 61d62a2Copy full SHA for 61d62a2
.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: apt -y update && apt -y install --no-install-recommends yq
+ - run: sudo apt -y update && sudo 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