Skip to content

Commit

Permalink
remove s2geography workaround for dll install path (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
benbovy authored Dec 16, 2022
1 parent 8de8a29 commit 94ebfff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ jobs:
-DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=TRUE
cmake --build build --config Release
cmake --install build
cp $CONDA_PREFIX/Library/lib/s2geography.dll $CONDA_PREFIX/Library/bin/s2geography.dll
if: |
steps.conda-cache.outputs.cache-hit != 'true' &&
runner.os == 'Windows'
Expand Down

0 comments on commit 94ebfff

Please sign in to comment.