3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-10-09 09:21:58 +00:00

Try to fix the Github workflow.

Signed-off-by: Sean Luchen <seanluchen@google.com>
This commit is contained in:
Sean Luchen 2025-10-03 13:44:06 -07:00
parent c3907b4c4a
commit e553c51caf
2 changed files with 2 additions and 3 deletions

View file

@ -8,7 +8,7 @@ runs:
shell: bash shell: bash
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install gperf build-essential bison flex libfl-dev libreadline-dev gawk tcl-dev libffi-dev git graphviz xdot pkg-config python3 libboost-system-dev libboost-python-dev libboost-filesystem-dev zlib1g-dev libbz2-dev libgtest-dev libgmock-dev sudo apt-get install -y gperf build-essential bison flex libfl-dev libreadline-dev gawk tcl-dev libffi-dev git graphviz xdot pkg-config python3 libboost-system-dev libboost-python-dev libboost-filesystem-dev zlib1g-dev libbz2-dev libgtest-dev libgmock-dev
- name: Install macOS Dependencies - name: Install macOS Dependencies
if: runner.os == 'macOS' if: runner.os == 'macOS'

View file

@ -36,8 +36,7 @@ jobs:
persist-credentials: false persist-credentials: false
submodules: true submodules: true
- name: Runtime environment - name: Runtime environment
run: | uses: ./.github/actions/setup-build-env
echo "procs=$(nproc)" >> $GITHUB_ENV
- name: Build Yosys - name: Build Yosys
run: | run: |