1
0
mirror of https://github.com/uutils/coreutils synced 2024-07-09 04:06:02 +00:00

ci/gnu tests: Fix Swatinem/rust-cache action to use the correct workspace

This commit is contained in:
Joining7943 2023-04-22 15:59:01 +02:00 committed by Sylvestre Ledru
parent 49c16a2f11
commit a569f6167e

View File

@ -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