We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1248b17 commit ff92bfbCopy full SHA for ff92bfb
.github/workflows/ci.yaml
@@ -46,6 +46,8 @@ jobs:
46
- name: Install Linux musl-tools
47
if: contains(matrix.platform.target, 'musl')
48
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
51
- name: Build binary
52
uses: houseabsolute/actions-rust-cross@v0
53
with:
0 commit comments