We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d7d237 + 2fb21d2 commit 012032dCopy full SHA for 012032d
.github/workflows/GnuTests.yml
@@ -74,7 +74,7 @@ jobs:
74
git config submodule.gnulib.url https://github.com/coreutils/gnulib.git
75
git submodule update --init --recursive --depth 1
76
working-directory: gnu
77
- - name: Restore config.cache
+ - name: Restore files for faster configure and skipping make
78
uses: actions/cache@v4
79
id: cache-config-gnu
80
with:
@@ -127,7 +127,7 @@ jobs:
127
cd 'uutils'
128
env PROFILE=release-small bash util/build-gnu.sh
129
130
- - name: Save config.cache
+ - name: Save files for faster configure and skipping make
131
uses: actions/cache/save@v4
132
if: always() && steps.cache-config-gnu.outputs.cache-hit != 'true'
133
0 commit comments