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 638c588 commit 6312a83Copy full SHA for 6312a83
1 file changed
.github/workflows/main.yml
@@ -104,6 +104,7 @@ jobs:
104
if: ${{ runner.os != 'windows' }}
105
shell: bash -l {0}
106
run: |
107
+ export LD_LIBRARY_PATH="$CONDA_PREFIX/lib/:$LD_LIBRARY_PATH"
108
mkdir -p build
109
cd build
110
cmake .. \
0 commit comments