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.
2 parents 65f656e + 50f8a9d commit 91fe42bCopy full SHA for 91fe42b
.github/workflows/check-rust.yml
@@ -222,17 +222,17 @@ jobs:
222
sudo apt-get update &&
223
sudo apt-get install -y clang curl libssl-dev llvm libudev-dev protobuf-compiler
224
225
- - name: Install Rust ${{ matrix.rust-branch }}
+ - name: Install Rust Stable
226
uses: actions-rs/[email protected]
227
with:
228
- toolchain: ${{ matrix.rust-branch }}
+ toolchain: stable
229
components: rustfmt, clippy
230
profile: minimal
231
232
- name: Utilize Shared Rust Cache
233
uses: Swatinem/[email protected]
234
235
- key: ${{ matrix.os }}-${{ env.RUST_BIN_DIR }}
+ key: ubuntu-latest-${{ env.RUST_BIN_DIR }}
236
237
- name: Install cargo-audit
238
run: cargo install cargo-audit
0 commit comments