Skip to content

Commit

Permalink
fix macos ci
Browse files Browse the repository at this point in the history
  • Loading branch information
obiltschnig committed Jan 29, 2024
1 parent 9ec7469 commit ad10a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: brew install openssl@3 python@3.9
- run: PATH=$PATH:/usr/local/opt/python@3.9/libexec/bin make -s -j`nproc` DEFAULT_TARGET=shared_release
- run: PATH=/usr/local/opt/python@3.9/libexec/bin:$PATH make -s -j`sysctl -n hw.ncpu` DEFAULT_TARGET=shared_release

0 comments on commit ad10a06

Please sign in to comment.