Skip to content

Commit 35de8a5

Browse files
authored
Add libclang to release workflow
1 parent b9f87f3 commit 35de8a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- target: x86_64-apple-darwin
1818
archive: zip
1919
steps:
20-
- run: sudo apt-get install -y libasound2 libasound2-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev
20+
- run: sudo apt-get install -y libasound2 libasound2-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev libclang-11-dev
2121
- uses: actions/checkout@master
2222
- name: Compile and release
2323
uses: rust-build/rust-build.action@v1.4.4

0 commit comments

Comments
 (0)