Skip to content

Commit

Permalink
fix macos env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Isotr0py committed Oct 10, 2024
1 parent d468744 commit c0244c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ jobs:
- name: Check dependencys
run: |
brew install jpeg-xl
echo "::set-env DEP_JXL_LIB="$(brew --prefix jpeg-xl)
echo "::set-env DEP_BROTLI_LIB="$(brew --prefix brotli)
echo "::set-env DEP_HWY_LIB="$(brew --prefix highway)
echo "::set-env DEP_JXL_LIB="$(brew --prefix jpeg-xl)'/lib'
echo "::set-env DEP_BROTLI_LIB="$(brew --prefix brotli)'/lib'
echo "::set-env DEP_HWY_LIB="$(brew --prefix highway)'/lib'
- name: Build wheels
uses: PyO3/maturin-action@v1
Expand Down

0 comments on commit c0244c8

Please sign in to comment.