Merge pull request #5922 from YosysHQ/wheels_fix

Fix wheels
This commit is contained in:
Miodrag Milanović 2026-06-01 09:19:13 +00:00 committed by GitHub
commit 2105caa844
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ jobs:
run: |
mkdir -p bison
curl -L https://ftpmirror.gnu.org/gnu/bison/bison-3.8.2.tar.gz | tar --strip-components=1 -xzC bison
sed -i 's/-Werror=unused//g' Makefile
## Software installed by default in GitHub Action Runner VMs:
## https://github.com/actions/runner-images
- if: ${{ matrix.os.family == 'macos' }}