Skip to content

Commit 012032d

Browse files
authored
Merge branch 'gnu-cache' into gnu-getlimits
2 parents 5d7d237 + 2fb21d2 commit 012032d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/GnuTests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
git config submodule.gnulib.url https://github.com/coreutils/gnulib.git
7575
git submodule update --init --recursive --depth 1
7676
working-directory: gnu
77-
- name: Restore config.cache
77+
- name: Restore files for faster configure and skipping make
7878
uses: actions/cache@v4
7979
id: cache-config-gnu
8080
with:
@@ -127,7 +127,7 @@ jobs:
127127
cd 'uutils'
128128
env PROFILE=release-small bash util/build-gnu.sh
129129
130-
- name: Save config.cache
130+
- name: Save files for faster configure and skipping make
131131
uses: actions/cache/save@v4
132132
if: always() && steps.cache-config-gnu.outputs.cache-hit != 'true'
133133
with:

0 commit comments

Comments
 (0)