File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2121 cache-downloads : true
2222
2323 - name : Configure using CMake
24- run : cmake -G Ninja -Bbuild -DCMAKE_BUILD_TYPE:STRING=Debug -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DSPARROW_IPC_BUILD_DOCS=ON
24+ run : cmake -G Ninja -Bbuild -DCMAKE_BUILD_TYPE:STRING=Debug -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX -DCMAKE_PREFIX_PATH=$CONDA_PREFIX - DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DSPARROW_IPC_BUILD_DOCS=ON
2525
2626 - name : Build docs target
2727 run : cmake --build build --target docs
Original file line number Diff line number Diff line change 5252
5353 - name : Install
5454 working-directory : build
55- run : cmake --install .
55+ run : cmake --install . --config ${{ matrix.build_type }}
5656
5757 windows_build_fetch_from_source :
5858 runs-on : windows-latest
You can’t perform that action at this time.
0 commit comments