mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-21 11:26:15 +02:00
set f
This commit is contained in:
@@ -31,10 +31,12 @@ jobs:
|
||||
|
||||
- name: Download cargo-audit
|
||||
run: |
|
||||
set +f
|
||||
curl -s https://api.github.com/repos/rustsec/rustsec/releases/latest | grep "browser_download_url.*cargo-audit-x86_64-unknown-linux-musl.*" | cut -d : -f 2,3 | tr -d \" | wget -qi -
|
||||
tar -xvzf ./cargo-audit*.tgz
|
||||
mv ./cargo-audit*/cargo-audit ./cargo-audit
|
||||
chmod +x ./cargo-audit
|
||||
set -f
|
||||
|
||||
- name: Run cargo-audit
|
||||
run: ./cargo-audit audit -D unmaintained -D yanked
|
||||
|
||||
Reference in New Issue
Block a user