Skip to content

Commit

Permalink
audit ignores don't work, temporarily disable audit
Browse files Browse the repository at this point in the history
  • Loading branch information
alucryd committed Mar 12, 2024
1 parent 5af6265 commit 2c1e1f1
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get install liblz4-1 libuv1 libzopfli1 mame-tools yarn
run: sudo apt-get install bchunk dolphin-emu liblz4-1 libuv1 libzopfli1 mame-tools wit yarn
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.3
- name: Install rust toolchain
Expand All @@ -41,11 +41,10 @@ jobs:
with:
args: --features server
token: ${{secrets.GITHUB_TOKEN}}
- name: Run audit
uses: actions-rs/audit-check@v1
with:
args: --ignore RUSTSEC-2024-0003 --ignore RUSTSEC-2024-0019 --ignore RUSTSEC-2023-0071 --ignore RUSTSEC-2024-0020
token: ${{secrets.GITHUB_TOKEN}}
# - name: Run audit
# uses: actions-rs/audit-check@v1
# with:
# token: ${{secrets.GITHUB_TOKEN}}
- name: Build
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 2c1e1f1

Please sign in to comment.