Skip to content

Commit

Permalink
See if lld is available on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vespakoen committed Sep 8, 2023
1 parent 19c3cce commit d719497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,6 @@ jobs:
--install-system-deps \
--python-executable python \
--test \
python
python || (pip install delvewheel && cd /c/hostedtoolcache/windows/Python/3.10.11/x64/lib/site-packages/opencamlib && ls -lah && && delvewheel show opencamlib || delvewheel show ocl.pyd)
env:
CMAKE_GENERATOR: ${{ matrix.cmake_generator }}

0 comments on commit d719497

Please sign in to comment.