Skip to content

Commit cbc589d

Browse files
committed
don't need to install rust stable
1 parent ea5d284 commit cbc589d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/cargo-audit.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,6 @@ jobs:
2323
sudo apt-get update &&
2424
sudo apt-get install -y clang curl libssl-dev llvm libudev-dev protobuf-compiler
2525
26-
- name: Install Rust Stable
27-
uses: actions-rs/[email protected]
28-
with:
29-
toolchain: stable
30-
components: rustfmt, clippy
31-
profile: minimal
32-
3326
- name: Install cargo-audit
3427
run: cargo install --version 0.20.1 --force cargo-audit
3528

0 commit comments

Comments
 (0)