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:
commit
d07630e1d1
1 changed files with 4 additions and 0 deletions
4
.github/workflows/GnuTests.yml
vendored
4
.github/workflows/GnuTests.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue