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 6487c72 commit 682e1e4Copy full SHA for 682e1e4
.github/workflows/linux.yml
@@ -33,7 +33,6 @@ jobs:
33
cmake -B build/ -G Ninja \
34
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \
35
-DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX \
36
- -DCMAKE_PREFIX_PATH=$CONDA_PREFIX \
37
-DSPARROW_IPC_BUILD_SHARED=${{ matrix.build_shared }} \
38
-DSPARROW_IPC_BUILD_TESTS=ON
39
cmake --build build/ --parallel
0 commit comments