1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

Merge pull request #4766 from Joining7943/ci-fix-gnu-tests-caching

`ci/gnu tests`: fix Swatinem/rust-cache to use correct workspace
This commit is contained in:
Sylvestre Ledru 2023-05-15 20:40:23 +02:00 committed by GitHub
commit d07630e1d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,6 +65,8 @@ jobs:
rustup toolchain install stable -c rustfmt --profile minimal rustup toolchain install stable -c rustfmt --profile minimal
rustup default stable rustup default stable
- uses: Swatinem/rust-cache@v2 - uses: Swatinem/rust-cache@v2
with:
workspaces: "./${{ steps.vars.outputs.path_UUTILS }} -> target"
- name: Checkout code (GNU coreutils) - name: Checkout code (GNU coreutils)
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
@ -324,6 +326,8 @@ jobs:
rustup toolchain install nightly -c rustfmt --profile minimal rustup toolchain install nightly -c rustfmt --profile minimal
rustup default nightly rustup default nightly
- uses: Swatinem/rust-cache@v2 - uses: Swatinem/rust-cache@v2
with:
workspaces: "./uutils -> target"
- name: Install dependencies - name: Install dependencies
run: | run: |
## Install dependencies ## Install dependencies