From 93137d4ef041636e1e3d698672add23f973401fb Mon Sep 17 00:00:00 2001 From: Fabian Kaczmarczyck Date: Thu, 9 Nov 2023 14:19:24 +0100 Subject: [PATCH] Moves cargo audit install to setup.sh --- .github/workflows/ci.yml | 1 - setup.sh | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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/