Skip to content

Commit

Permalink
libdbus
Browse files Browse the repository at this point in the history
  • Loading branch information
ioncodes committed Aug 9, 2024
1 parent c8098cc commit 155bcad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
override: true

- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y libasound2-dev g++-mingw-w64-x86-64 g++-x86-64-linux-gnu zip
run: sudo apt-get update && sudo apt-get install -y libasound2-dev g++-mingw-w64-x86-64 g++-x86-64-linux-gnu zip libdbus-1-dev

- name: Add Rust targets
run: |
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ RUN apt update && apt upgrade -y
RUN apt install -y g++-mingw-w64-x86-64
RUN apt install -y g++-x86-64-linux-gnu
RUN apt install -y libasound2-dev:amd64 pkg-config
RUN apt install -y libdbus-1-dev:amd64

RUN rustup target add x86_64-pc-windows-gnu
RUN rustup target add x86_64-unknown-linux-gnu
Expand Down

0 comments on commit 155bcad

Please sign in to comment.