Skip to content

Commit 3e4a7b9

Browse files
committed
fix publish runner
1 parent cc2895a commit 3e4a7b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
- name: Install stable toolchain
1616
uses: dtolnay/rust-toolchain@stable
1717

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+
1821
- run: cargo publish --token ${CRATES_TOKEN}
1922
env:
2023
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}

0 commit comments

Comments
 (0)