Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 0b1a9d7

Browse files
committed
Speed up audit workflow
1 parent 9a0c174 commit 0b1a9d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/audit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3
14+
- run: |
15+
sed -i 's/components.*/components = []/' rust-toolchain
16+
echo 'profile = "minimal"' >> rust-toolchain
1417
- uses: rustsec/audit-check@v1.4.1
1518
with:
1619
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)