From a569f6167ec945a6c77285ae0102289aa56465a7 Mon Sep 17 00:00:00 2001 From: Joining7943 <111500881+Joining7943@users.noreply.github.com> Date: Sat, 22 Apr 2023 15:59:01 +0200 Subject: [PATCH] ci/gnu tests: Fix Swatinem/rust-cache action to use the correct workspace --- .github/workflows/GnuTests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/GnuTests.yml b/.github/workflows/GnuTests.yml index 894e29ea8..964775580 100644 --- a/.github/workflows/GnuTests.yml +++ b/.github/workflows/GnuTests.yml @@ -65,6 +65,8 @@ jobs: rustup toolchain install stable -c rustfmt --profile minimal rustup default stable - uses: Swatinem/rust-cache@v2 + with: + workspaces: "./${{ steps.vars.outputs.path_UUTILS }} -> target" - name: Checkout code (GNU coreutils) uses: actions/checkout@v3 with: @@ -324,6 +326,8 @@ jobs: rustup toolchain install nightly -c rustfmt --profile minimal rustup default nightly - uses: Swatinem/rust-cache@v2 + with: + workspaces: "./uutils -> target" - name: Install dependencies run: | ## Install dependencies