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 8b35563 commit 58a21a1
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,15 +140,15 @@ jobs:
- name: Check dependencys
run: |
brew install jpeg-xl
export DEP_JXL_LIB=$(brew --prefix jpeg-xl)'/lib'
export DEP_BROTLI_LIB=$(brew --prefix brotli)'/lib'
export DEP_HWY_LIB=$(brew --prefix highway)'/lib'
- name: Build wheels
uses: PyO3/maturin-action@v1
env:
RUST_BACKTRACE: 1
MACOSX_DEPLOYMENT_TARGET: 12.7
DEP_JXL_LIB: $(brew --prefix jpeg-xl)'/lib'
DEP_BROTLI_LIB: $(brew --prefix brotli)'/lib'
DEP_HWY_LIB: $(brew --prefix highway)'/lib'
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter --features dynamic
Expand Down

0 comments on commit 58a21a1

Please sign in to comment.