Skip to content

Commit

Permalink
bump libjxl version
Browse files Browse the repository at this point in the history
  • Loading branch information
olokelo committed Mar 2, 2024
1 parent 4f152bc commit 1c734e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
pip install cmake>=3.5 &&
git clone https://github.com/libjxl/libjxl.git --recursive --shallow-submodules &&
cd libjxl* &&
git checkout v0.9.1 &&
git checkout v0.10.1 &&
mkdir build && cd build &&
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DJPEGXL_ENABLE_BENCHMARK=OFF -DJPEGXL_ENABLE_TOOLS=OFF -DJPEGXL_ENABLE_DEVTOOLS=OFF .. &&
cmake --build . -- -j$(nproc) &&
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
pip install cmake>=3.5 &&
git clone https://github.com/libjxl/libjxl.git --recursive --shallow-submodules &&
cd libjxl* &&
git checkout v0.9.1 &&
git checkout v0.10.1 &&
mkdir build && cd build &&
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DJPEGXL_ENABLE_BENCHMARK=OFF -DJPEGXL_ENABLE_TOOLS=OFF -DJPEGXL_ENABLE_DEVTOOLS=OFF .. &&
cmake --build . -- -j$(nproc) &&
Expand Down

0 comments on commit 1c734e4

Please sign in to comment.