Skip to content

Commit

Permalink
Install libdbus for binaries workflow when target aarch64-unknown-lin…
Browse files Browse the repository at this point in the history
…ux-gnu
  • Loading branch information
elizabethengelman committed Dec 3, 2024
1 parent 0814e4b commit 74fa05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- run: rustup target add ${{ matrix.sys.target }}

- if: matrix.sys.target == 'aarch64-unknown-linux-gnu'
run: sudo apt-get update && sudo apt-get -y install gcc-aarch64-linux-gnu g++-aarch64-linux-gnu libudev-dev
run: sudo apt-get update && sudo apt-get -y install gcc-aarch64-linux-gnu g++-aarch64-linux-gnu libudev-dev libdbus-1-dev

- name: Setup vars
run: |
Expand Down

0 comments on commit 74fa05b

Please sign in to comment.