Skip to content

Commit 261a700

Browse files
authored
fix
1 parent d19ffa9 commit 261a700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
# contortion to support empty OPTIONS with old macOS bash
155155
cmake .. --preset ${{ matrix.CMAKE_PRESET || 'release' }} -B . ${{ matrix.CMAKE_OPTIONS }} ${OPTIONS[@]+"${OPTIONS[@]}"} -DLEAN_INSTALL_PREFIX=$PWD/..
156156
LAKE_EXTRA_ARGS=Init.Prelude time make -j$NPROC || true
157-
diff -r build build-cache
157+
diff -r ../build ../build-cache
158158
- name: Save Cache
159159
if: always() && steps.restore-cache.outputs.cache-hit != 'true'
160160
uses: actions/cache/save@v4

0 commit comments

Comments
 (0)