Skip to content

Commit b956880

Browse files
committed
Try smthg for release
1 parent 81329f7 commit b956880

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
- name: Configure using cmake
3333
run: |
3434
echo "Listing directories in CONDA_PREFIX: $CONDA_PREFIX"
35-
ls "$CONDA_PREFIX"
35+
ls "$CONDA_PREFIX/Library"
3636
cmake -S ./ -B ./build \
3737
-DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX \
38-
-DCMAKE_PREFIX_PATH="$CONDA_PREFIX/Library/debug;$CONDA_PREFIX" \
38+
-DCMAKE_PREFIX_PATH=$CONDA_PREFIX \
3939
-DSPARROW_IPC_BUILD_SHARED=${{ matrix.build_shared }} \
4040
-DSPARROW_IPC_BUILD_TESTS=ON
4141

0 commit comments

Comments
 (0)