Skip to content

Commit 082e5a7

Browse files
committed
fix: CI build for clang-dev tools
1 parent faedc43 commit 082e5a7

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
@@ -75,7 +75,7 @@ jobs:
7575
run: sudo apt-get update --yes && sudo apt-get install --yes musl-tools openssl
7676
if: contains(matrix.platform.name, 'musl')
7777
- name: Install clang-dev tools
78-
run: sudo apt-get update --yes && sudo apt-get install --yes libclang-dev
78+
run: sudo apt-get update --yes && sudo apt-get install --yes libclang-dev clang libc++-dev libc++abi-dev
7979
if: contains(matrix.platform.target, 'aarch64-unknown-linux') || contains(matrix.platform.target, 'x86_64-unknown-freebsd')
8080
- name: Build binary
8181
uses: houseabsolute/actions-rust-cross@v1

0 commit comments

Comments
 (0)