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:42:57 -08:00
parent 2efcb9e04d
commit fb1baceb83

View file

@ -12,7 +12,9 @@ jobs:
permissions: write-all
steps:
- name: Install deps
run: sudo apt-get install bison flex libreadline-dev tcl-dev libffi-dev \
run: |
sudo apt-get -y update
sudo apt-get -y install bison flex libreadline-dev tcl-dev libffi-dev \
libdw-dev libdwarf-dev libelf-dev elfutils \
libnsl-dev