3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 09:35:32 +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:
runs-on: ubuntu-latest
steps:
- name: Install dept
- name: Install dependencies
shell: bash
run: |
sudo apt-get update -y
sudo apt-get install libdwarf-dev libelf-dev elfutils libdw-dev -y
sudo apt-get -y update
sudo apt-get -y install libdwarf-dev libelf-dev elfutils libdw-dev \
libnsl-dev
build-yosys:
name: Reusable build