Skip to content

Commit 37ce947

Browse files
committed
Make Windows CI working again
1 parent bab1d8b commit 37ce947

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ jobs:
125125
shell: bash -el {0}
126126
run: |
127127
conda install conda-forge::xerces-c
128+
echo "CMAKE_PREFIX_PATH=${CONDA_PREFIX}/Library" >> "$GITHUB_ENV"
128129
choco upgrade ccache ninja
129130
ccache --version | head -n 1
130131
echo "ninja $(ninja --version)"

0 commit comments

Comments
 (0)