Skip to content

Commit

Permalink
Moves cargo audit install to setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kaczmarczyck committed Nov 9, 2023
1 parent 391f992 commit 93137d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ jobs:
with:
python-version: "3.10"
- run: ./setup.sh
- run: cargo +stable install cargo-audit
- run: ./run_desktop_tests.sh
1 change: 1 addition & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ rustup show
# Install dependency to create applications.
mkdir -p elf2tab
rustup install stable
cargo +stable install cargo-audit
cargo +stable install elf2tab --version 0.10.2 --root elf2tab/

0 comments on commit 93137d4

Please sign in to comment.