Skip to content

Commit e4f3ce7

Browse files
author
e-tho
committed
Fix release workflow by adding missing dependencies
1 parent efe8078 commit e4f3ce7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install Dependencies
2020
run: |
2121
sudo apt-get update
22-
sudo apt-get install -y musl-tools podman binutils-aarch64-linux-gnu
22+
sudo apt-get install -y musl-tools podman binutils-aarch64-linux-gnu pkg-config libdbus-1-dev
2323
cargo install cross --locked
2424
2525
- name: Build for x86_64

0 commit comments

Comments
 (0)