Skip to content

Commit

Permalink
Fix cargo audit weird bug
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Jan 20, 2025
1 parent 77e375c commit 2eab28c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ jobs:
checks:
runs-on: amd-rx7600
steps:
# --------------------------------------------------------------------------------
# Stop gap measure, sometimes cargo audit cannot be installed on the AMD runner
# Deleting .cargo directory fixes it but we need to reinstall cargo-audit each time
- name: cleanup .cargo
shell: bash
run: rm -rf ~/.cargo
- name: Setup Rust
uses: tracel-ai/github-actions/setup-rust@v1.8
with:
Expand Down

0 comments on commit 2eab28c

Please sign in to comment.