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 58a21a1 commit 7e438d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ jobs:
env:
RUST_BACKTRACE: 1
MACOSX_DEPLOYMENT_TARGET: 12.7
DEP_JXL_LIB: ${{ env.DEP_JXL_LIB }}
DEP_BROTLI_LIB: ${{ env.DEP_BROTLI_LIB }}
DEP_HWY_LIB: ${{ env.DEP_HWY_LIB }}
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter --features dynamic
Expand Down

0 comments on commit 7e438d8

Please sign in to comment.