3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-23 06:13:41 +00:00

Try again

This commit is contained in:
Akash Levy 2025-01-15 16:50:44 -08:00
parent bd3bfa1a8b
commit 8dabfbe429

View file

@ -33,11 +33,12 @@ jobs:
install_dept: install_dept:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Install dept - name: Install dependencies
shell: bash shell: bash
run: | run: |
sudo apt-get update -y sudo apt-get -y update
sudo apt-get install libdwarf-dev libelf-dev elfutils libdw-dev -y sudo apt-get -y install libdwarf-dev libelf-dev elfutils libdw-dev \
libnsl-dev
build-yosys: build-yosys:
name: Reusable build name: Reusable build