Skip to content

Commit

Permalink
Install cargo audit differently in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kaczmarczyck committed Nov 9, 2023
1 parent 580ff83 commit 43a3ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
- run: ./setup.sh
- run: rustup component add rustfmt --toolchain nightly
- run: rustup component add clippy --toolchain nightly
- run: rustup component add audit --toolchain nightly
- run: cargo +stable install cargo-audit
- run: ./run_desktop_tests.sh

0 comments on commit 43a3ffd

Please sign in to comment.