Try again

This commit is contained in:
Akash Levy 2025-01-15 16:50:44 -08:00
parent bd3bfa1a8b
commit 8dabfbe429
1 changed files with 4 additions and 3 deletions

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