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

Merge pull request #43 from alaindargelas/lib_dwarf_fix

Lib dwarf fix
This commit is contained in:
alaindargelas 2025-01-15 16:47:24 -08:00 committed by GitHub
commit bd3bfa1a8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,6 +30,15 @@ jobs:
# only run on push *or* pull_request, not both
concurrent_skipping: 'same_content_newer'
install_dept:
runs-on: ubuntu-latest
steps:
- name: Install dept
shell: bash
run: |
sudo apt-get update -y
sudo apt-get install libdwarf-dev libelf-dev elfutils libdw-dev -y
build-yosys:
name: Reusable build
runs-on: ${{ matrix.os }}