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.
1 parent b7ecd9e commit 6d5e9fdCopy full SHA for 6d5e9fd
.github/workflows/build-template.yml
@@ -156,6 +156,7 @@ jobs:
156
# contortion to support empty OPTIONS with old macOS bash
157
cmake .. --preset ${{ matrix.CMAKE_PRESET || 'release' }} -B . ${{ matrix.CMAKE_OPTIONS }} ${OPTIONS[@]+"${OPTIONS[@]}"} -DLEAN_INSTALL_PREFIX=$PWD/..
158
LAKE_EXTRA_ARGS=Init.Prelude time make -j$NPROC || true
159
+
160
diff -r ../build ../build-cache
161
- name: Save Cache
162
if: always() && steps.restore-cache.outputs.cache-hit != 'true'
0 commit comments