Skip to content

Commit ff92bfb

Browse files
committed
install clang
1 parent 1248b17 commit ff92bfb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
- name: Install Linux musl-tools
4747
if: contains(matrix.platform.target, 'musl')
4848
run: sudo apt-get install --yes --no-install-recommends musl-tools
49+
- name: Install clang
50+
run: sudo apt-get install --yes --no-install-recommends clang
4951
- name: Build binary
5052
uses: houseabsolute/actions-rust-cross@v0
5153
with:

0 commit comments

Comments
 (0)