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 cc2895a commit 3e4a7b9Copy full SHA for 3e4a7b9
.github/workflows/publish.yml
@@ -15,6 +15,9 @@ jobs:
15
- name: Install stable toolchain
16
uses: dtolnay/rust-toolchain@stable
17
18
+ - name: Install system libraries
19
+ run: sudo apt-get update && sudo apt-get install -y libclang-dev libgtk-3-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev libudev-dev libasound2-dev
20
+
21
- run: cargo publish --token ${CRATES_TOKEN}
22
env:
23
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}
0 commit comments