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 4e9a8c4 commit 6a3dd84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
volumes: ${{ github.workspace }}:/workspace
workdir: /workspace
run: |
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 6a3dd84

Please sign in to comment.