Skip to content

Commit e553c51

Browse files
committed
Try to fix the Github workflow.
Signed-off-by: Sean Luchen <[email protected]>
1 parent c3907b4 commit e553c51

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/actions/setup-build-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runs:
88
shell: bash
99
run: |
1010
sudo apt-get update
11-
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
11+
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
1212
1313
- name: Install macOS Dependencies
1414
if: runner.os == 'macOS'

.github/workflows/test-verific.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ jobs:
3636
persist-credentials: false
3737
submodules: true
3838
- name: Runtime environment
39-
run: |
40-
echo "procs=$(nproc)" >> $GITHUB_ENV
39+
uses: ./.github/actions/setup-build-env
4140

4241
- name: Build Yosys
4342
run: |

0 commit comments

Comments
 (0)