Skip to content

Commit

Permalink
Try another fix for audit job
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalmer committed Sep 28, 2023
1 parent e3b1384 commit 8953aef
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Cache
uses: actions/cache@v3
with:
path: |
~/.cargo
~/.rustup
target/
key: ${{ runner.os }}-${{ steps.rust-install.outputs.cachekey }}-audit

- name: Install rust
id: rust-install
uses: dtolnay/rust-toolchain@stable

- name: Cache
uses: Swatinem/rust-cache@v2

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

Expand Down

0 comments on commit 8953aef

Please sign in to comment.