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 beca39b commit 50f8a9dCopy full SHA for 50f8a9d
.github/workflows/check-rust.yml
@@ -222,7 +222,7 @@ 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: stable
@@ -232,7 +232,7 @@ jobs:
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