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 94ae363 commit 9535f2eCopy full SHA for 9535f2e
.github/workflows/build-template.yml
@@ -152,10 +152,10 @@ jobs:
152
fi
153
# contortion to support empty OPTIONS with old macOS bash
154
cmake .. --preset ${{ matrix.CMAKE_PRESET || 'release' }} -B . ${{ matrix.CMAKE_OPTIONS }} ${OPTIONS[@]+"${OPTIONS[@]}"} -DLEAN_INSTALL_PREFIX=$PWD/..
155
- time make -j$NPROC
+ time make stage2 -j$NPROC
156
- name: Install
157
run: |
158
- make -C build install
+ make -C build/stage2 install
159
- name: Check Binaries
160
run: ${{ matrix.binary-check }} lean-*/bin/* || true
161
- name: Count binary symbols
0 commit comments