Skip to content

Commit

Permalink
Lib dwarf
Browse files Browse the repository at this point in the history
  • Loading branch information
Alain Dargelas committed Jan 16, 2025
1 parent 2c1824b commit 25c6450
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ jobs:

install_dept:
runs-on: ubuntu-latest
shell: bash
run: |
sudo apt-get update -y
sudo apt-get install libdwarf-dev libelf-dev elfutils libdw-dev -y
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
Expand Down

0 comments on commit 25c6450

Please sign in to comment.