1
0
mirror of synced 2026-04-03 13:24:03 +00:00

hotfix: update libffi in wheels ci

update libffi to a version where https://github.com/libffi/libffi/issues/852 is fixed
This commit is contained in:
Mohamed Gaber
2025-11-04 14:58:48 +02:00
parent 3a54ed6916
commit 51c8193643

View File

@@ -59,7 +59,7 @@ jobs:
shell: bash
run: |
mkdir -p ffi
curl -L https://github.com/libffi/libffi/releases/download/v3.4.6/libffi-3.4.6.tar.gz | tar --strip-components=1 -xzC ffi
curl -L https://github.com/libffi/libffi/releases/download/v3.4.8/libffi-3.4.8.tar.gz | tar --strip-components=1 -xzC ffi
- if: ${{ matrix.os.family == 'linux' }}
name: "[Linux] Bison 3.8.2"
shell: bash