Skip to content

Commit bce40e8

Browse files
committed
CI: fix publish workflow
1 parent 39bedcb commit bce40e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,14 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- uses: actions/checkout@v4
40+
4041
- uses: actions-rs/toolchain@v1
4142
with:
4243
toolchain: stable
4344
override: true
45+
46+
- run: sudo apt-get update && sudo apt-get install -y libpulse-dev libdbus-1-dev
47+
4448
- uses: katyo/publish-crates@v2
4549
with:
4650
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)