mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-04 08:07:58 +00:00
commit
2105caa844
1 changed files with 1 additions and 0 deletions
1
.github/workflows/wheels.yml
vendored
1
.github/workflows/wheels.yml
vendored
|
|
@ -66,6 +66,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
mkdir -p bison
|
mkdir -p bison
|
||||||
curl -L https://ftpmirror.gnu.org/gnu/bison/bison-3.8.2.tar.gz | tar --strip-components=1 -xzC 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:
|
## Software installed by default in GitHub Action Runner VMs:
|
||||||
## https://github.com/actions/runner-images
|
## https://github.com/actions/runner-images
|
||||||
- if: ${{ matrix.os.family == 'macos' }}
|
- if: ${{ matrix.os.family == 'macos' }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue