Skip to content

Commit

Permalink
🐛: fix manylinux workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Isotr0py committed Feb 4, 2024
1 parent cca36eb commit 4e9a8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
volumes: ${{ github.workspace }}:/workspace
workdir: /workspace
run: |
yum install -y cmake clang gcc-c++
dnf install -y cmake clang gcc-c++
git clone --recurse-submodules --depth 1 -b v0.9.1 https://github.com/libjxl/libjxl.git
cd libjxl
cmake -B build -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF -DBUILD_TESTING=OFF \
Expand Down

0 comments on commit 4e9a8c4

Please sign in to comment.