We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e203e39 commit 0d9719aCopy full SHA for 0d9719a
.github/workflows/jingle_python.yml
@@ -41,9 +41,9 @@ jobs:
41
target: ${{ matrix.platform.target }}
42
args: --release --out dist --find-interpreter
43
working-directory: jingle_python
44
- manylinux: auto
+ manylinux: 2_28
45
before-script-linux: |
46
- apt update && apt install -y libclang-dev libz3-dev
+ dnf install -y clang-libs clang || apt install llvm-dev libclang-dev clang
47
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
48
- name: Upload wheels
49
uses: actions/upload-artifact@v4
0 commit comments