Skip to content

Commit

Permalink
fix: ubuntu needs libdw.
Browse files Browse the repository at this point in the history
  • Loading branch information
l-monninger committed Feb 4, 2024
1 parent ec51d8a commit 7f0deff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-linux-aarch64/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
sudo apt-get update
sudo apt-get install -y build-essential lld libpq-dev unzip
sudo apt install -y pkg-config libusb-1.0-0-dev libftdi1-dev
sudo apt-get install libudev-dev
sudo apt-get install libudev-dev libdw1 libdw-dev
shell: bash

Expand Down
2 changes: 1 addition & 1 deletion .github/actions/setup-linux-x86_64/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
sudo apt-get update
sudo apt-get install -y build-essential lld libpq-dev unzip
sudo apt install -y pkg-config libusb-1.0-0-dev libftdi1-dev
sudo apt-get install libudev-dev
sudo apt-get install libudev-dev libdw1 libdw-dev
shell: bash

Expand Down

0 comments on commit 7f0deff

Please sign in to comment.