mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-23 14:23:41 +00:00
Lib dwarf
This commit is contained in:
parent
2c1824b07d
commit
25c6450e68
1 changed files with 6 additions and 4 deletions
10
.github/workflows/test-build.yml
vendored
10
.github/workflows/test-build.yml
vendored
|
@ -32,10 +32,12 @@ jobs:
|
||||||
|
|
||||||
install_dept:
|
install_dept:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
shell: bash
|
steps:
|
||||||
run: |
|
- name: Install dept
|
||||||
sudo apt-get update -y
|
shell: bash
|
||||||
sudo apt-get install libdwarf-dev libelf-dev elfutils libdw-dev -y
|
run: |
|
||||||
|
sudo apt-get update -y
|
||||||
|
sudo apt-get install libdwarf-dev libelf-dev elfutils libdw-dev -y
|
||||||
|
|
||||||
build-yosys:
|
build-yosys:
|
||||||
name: Reusable build
|
name: Reusable build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue