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