From c432c7723300bed254622133df58b0b587b44c45 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 4 Dec 2022 22:44:31 +0100 Subject: [PATCH] move the cache earlier --- .github/workflows/CICD.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 66f56c7f4..6a178a4b0 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -765,22 +765,12 @@ jobs: ## VARs setup echo "TEST_SUMMARY_FILE=busybox-result.json" >> $GITHUB_OUTPUT - uses: actions/checkout@v3 + - uses: Swatinem/rust-cache@v2 - name: Install/setup prerequisites shell: bash run: | ## Install/setup prerequisites make prepare-busytest - - name: Install `rust` toolchain - run: | - rustup toolchain install stable --profile minimal - rustup default stable - - name: Install dependencies - shell: bash - run: | - ## Install dependencies - sudo apt-get update - sudo apt-get install jq - - uses: Swatinem/rust-cache@v2 - name: "Run BusyBox test suite" id: summary shell: bash