3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 09:35:32 +00:00

Add libnsl

This commit is contained in:
Akash Levy 2025-01-15 16:35:25 -08:00
parent ef96cc47e1
commit 2efcb9e04d

View file

@ -13,7 +13,8 @@ jobs:
steps:
- name: Install deps
run: sudo apt-get install bison flex libreadline-dev tcl-dev libffi-dev \
libdwarf-dev libelf-dev elfutils libdw-dev
libdw-dev libdwarf-dev libelf-dev elfutils \
libnsl-dev
- name: Checkout repository
uses: actions/checkout@v4