We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 274aa7f commit 7dc3fdfCopy full SHA for 7dc3fdf
.github/workflows/build-template.yml
@@ -159,7 +159,8 @@ jobs:
159
fi
160
# contortion to support empty OPTIONS with old macOS bash
161
cmake .. --preset ${{ matrix.CMAKE_PRESET || 'release' }} -B . ${{ matrix.CMAKE_OPTIONS }} ${OPTIONS[@]+"${OPTIONS[@]}"} -DLEAN_INSTALL_PREFIX=$PWD/..
162
- time make -j$NPROC
+ time CCACHE_DEBUG=1 make -C stage0 -j$NPROC util/shell.cpp.o VERBOSE=1
163
+ cat stage0/CMakeFiles/leanshell.dir/util/*ccache*
164
- name: Install
165
run: |
166
make -C build install
0 commit comments