3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-02-23 16:57:53 +00:00

Fix actions deps

This commit is contained in:
Akash Levy 2025-01-16 19:34:20 -08:00
parent 53ed83fcac
commit 81f30593cb
2 changed files with 2 additions and 31 deletions

View file

@ -51,17 +51,6 @@ jobs:
- name: Setup environment
uses: ./.github/actions/setup-build-env
- name: Setup Mac
if: matrix.os == 'macos-latest'
run: brew bundle install
- name: Setup Linux
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get -y update
sudo apt-get -y install libdwarf-dev libelf-dev elfutils libdw-dev \
libnsl-dev
- name: Build Verific
run: cd verific/tclmain && make -j$procs
@ -111,16 +100,6 @@ jobs:
- name: Setup environment
uses: ./.github/actions/setup-build-env
- name: Setup Mac
if: matrix.os == 'macos-latest'
run: brew bundle install
- name: Setup Linux
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get -y update
sudo apt-get -y install libnsl-dev
- name: Get iverilog
shell: bash
run: |
@ -204,15 +183,6 @@ jobs:
- name: Setup environment
uses: ./.github/actions/setup-build-env
- name: Setup Mac
if: matrix.os == 'macos-latest'
run: brew bundle install
- name: Setup Linux
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get -y update
sudo apt-get -y install libnsl-dev
- name: Download build artifact
uses: actions/download-artifact@v4