mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
GnuTests.yml: Fix caches
This commit is contained in:
parent
ef496b697a
commit
ca93f678f0
1 changed files with 3 additions and 5 deletions
8
.github/workflows/GnuTests.yml
vendored
8
.github/workflows/GnuTests.yml
vendored
|
|
@ -58,10 +58,8 @@ jobs:
|
|||
path: |
|
||||
gnu/config.cache
|
||||
gnu/src/getlimits
|
||||
key: ${{ runner.os }}-gnu-config-${{ env.REPO_GNU_REF }}-${{ hashFiles('gnu/configure') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-gnu-config-${{ env.REPO_GNU_REF }}-
|
||||
${{ runner.os }}-gnu-config-
|
||||
key: ${{ runner.os }}-gnu-config-${{ hashFiles('gnu/NEWS') }}-${{ hashFiles('gnu/configure') }}
|
||||
|
||||
#### Build environment setup
|
||||
- name: Install dependencies
|
||||
shell: bash
|
||||
|
|
@ -112,7 +110,7 @@ jobs:
|
|||
path: |
|
||||
gnu/config.cache
|
||||
gnu/src/getlimits
|
||||
key: ${{ runner.os }}-gnu-config-${{ env.REPO_GNU_REF }}-${{ hashFiles('gnu/configure') }}
|
||||
key: ${{ runner.os }}-gnu-config-${{ hashFiles('gnu/NEWS') }}-${{ hashFiles('gnu/configure') }}
|
||||
|
||||
### Run tests as user
|
||||
- name: Run GNU tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue