GnuTests.yml: Fix caches

This commit is contained in:
oech3 2025-12-20 19:19:34 +09:00 committed by GitHub
parent ef496b697a
commit ca93f678f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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