We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faedc43 commit 082e5a7Copy full SHA for 082e5a7
1 file changed
.github/workflows/release.yml
@@ -75,7 +75,7 @@ jobs:
75
run: sudo apt-get update --yes && sudo apt-get install --yes musl-tools openssl
76
if: contains(matrix.platform.name, 'musl')
77
- name: Install clang-dev tools
78
- run: sudo apt-get update --yes && sudo apt-get install --yes libclang-dev
+ run: sudo apt-get update --yes && sudo apt-get install --yes libclang-dev clang libc++-dev libc++abi-dev
79
if: contains(matrix.platform.target, 'aarch64-unknown-linux') || contains(matrix.platform.target, 'x86_64-unknown-freebsd')
80
- name: Build binary
81
uses: houseabsolute/actions-rust-cross@v1
0 commit comments