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 82e109f commit a81fc5aCopy full SHA for a81fc5a
.github/workflows/linux.yml
@@ -69,6 +69,7 @@ jobs:
69
cmake -G Ninja \
70
-Bbuild \
71
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \
72
+ -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX \
73
-DSPARROW_IPC_BUILD_SHARED=${{ matrix.build_shared }} \
74
-DSPARROW_IPC_BUILD_TESTS=ON \
75
-DFETCH_DEPENDENCIES_WITH_CMAKE=MISSING
.github/workflows/osx.yml
@@ -79,6 +79,7 @@ jobs:
79
80
81
82
83
84
85
0 commit comments