3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-09 07:45:08 +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
No known key found for this signature in database

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