Skip to content

Commit 0d9719a

Browse files
committed
sdfsdfsdfsdf
1 parent e203e39 commit 0d9719a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jingle_python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
target: ${{ matrix.platform.target }}
4242
args: --release --out dist --find-interpreter
4343
working-directory: jingle_python
44-
manylinux: auto
44+
manylinux: 2_28
4545
before-script-linux: |
46-
apt update && apt install -y libclang-dev libz3-dev
46+
dnf install -y clang-libs clang || apt install llvm-dev libclang-dev clang
4747
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
4848
- name: Upload wheels
4949
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)