We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39bedcb commit bce40e8Copy full SHA for bce40e8
.github/workflows/release.yml
@@ -37,10 +37,14 @@ jobs:
37
runs-on: ubuntu-latest
38
steps:
39
- uses: actions/checkout@v4
40
+
41
- uses: actions-rs/toolchain@v1
42
with:
43
toolchain: stable
44
override: true
45
46
+ - run: sudo apt-get update && sudo apt-get install -y libpulse-dev libdbus-1-dev
47
48
- uses: katyo/publish-crates@v2
49
50
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
0 commit comments