Skip to content

Commit

Permalink
update mac CI jxl path
Browse files Browse the repository at this point in the history
  • Loading branch information
Isotr0py committed Oct 9, 2024
1 parent 90ee8a9 commit 6646538
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install Plugin
run: |
brew install jpeg-xl
export DEP_JXL_LIB=/opt/homebrew/Cellar/jpeg-xl/0.11.0/lib
export DEP_JXL_LIB=/opt/homebrew/Cellar/jpeg-xl/0.11.0_1/lib
export DEP_BROTLI_LIB=/opt/homebrew/Cellar/brotli/1.1.0/lib
export DEP_HWY_LIB=/opt/homebrew/Cellar/highway/1.2.0/lib
source venv/bin/activate
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
RUST_BACKTRACE: 1
MACOSX_DEPLOYMENT_TARGET: 12.7
# from homebrew
DEP_JXL_LIB: /opt/homebrew/Cellar/jpeg-xl/0.11.0/lib
DEP_JXL_LIB: /opt/homebrew/Cellar/jpeg-xl/0.11.0_1/lib
DEP_BROTLI_LIB: /opt/homebrew/Cellar/brotli/1.1.0/lib
DEP_HWY_LIB: /opt/homebrew/Cellar/highway/1.2.0/lib
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install Plugin
run: |
brew install jpeg-xl
export DEP_JXL_LIB=/opt/homebrew/Cellar/jpeg-xl/0.11.0/lib
export DEP_JXL_LIB=/opt/homebrew/Cellar/jpeg-xl/0.11.0_1/lib
export DEP_BROTLI_LIB=/opt/homebrew/Cellar/brotli/1.1.0/lib
export DEP_HWY_LIB=/opt/homebrew/Cellar/highway/1.2.0/lib
source venv/bin/activate
Expand Down

0 comments on commit 6646538

Please sign in to comment.