From 96d95398ba5755abba69e739d77a856b4237dec4 Mon Sep 17 00:00:00 2001 From: Isotr0py <2037008807@qq.com> Date: Wed, 9 Oct 2024 22:49:17 +0800 Subject: [PATCH] revert jxl path --- .github/workflows/benchmarks.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index d601aa1..e0c3799 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -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_1/lib + export DEP_JXL_LIB=/opt/homebrew/Cellar/jpeg-xl/0.11.0/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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 30a52c2..44deaeb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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_1/lib + DEP_JXL_LIB: /opt/homebrew/Cellar/jpeg-xl/0.11.0/lib DEP_BROTLI_LIB: /opt/homebrew/Cellar/brotli/1.1.0/lib DEP_HWY_LIB: /opt/homebrew/Cellar/highway/1.2.0/lib with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2582d29..2addb7e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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_1/lib + export DEP_JXL_LIB=/opt/homebrew/Cellar/jpeg-xl/0.11.0/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