Skip to content

Commit 50f8a9d

Browse files
committed
fix
1 parent beca39b commit 50f8a9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
sudo apt-get update &&
223223
sudo apt-get install -y clang curl libssl-dev llvm libudev-dev protobuf-compiler
224224
225-
- name: Install Rust ${{ matrix.rust-branch }}
225+
- name: Install Rust Stable
226226
uses: actions-rs/[email protected]
227227
with:
228228
toolchain: stable
@@ -232,7 +232,7 @@ jobs:
232232
- name: Utilize Shared Rust Cache
233233
uses: Swatinem/[email protected]
234234
with:
235-
key: ${{ matrix.os }}-${{ env.RUST_BIN_DIR }}
235+
key: ubuntu-latest-${{ env.RUST_BIN_DIR }}
236236

237237
- name: Install cargo-audit
238238
run: cargo install cargo-audit

0 commit comments

Comments
 (0)