diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2347cea5..a7df44fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,5 +28,4 @@ jobs: with: python-version: "3.10" - run: ./setup.sh - - run: cargo +stable install cargo-audit - run: ./run_desktop_tests.sh diff --git a/setup.sh b/setup.sh index 3eb10650..2136a584 100755 --- a/setup.sh +++ b/setup.sh @@ -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/