We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ba9427 commit 88f0a6fCopy full SHA for 88f0a6f
.github/workflows/build-dev.yml
@@ -54,6 +54,11 @@ jobs:
54
cargo fmt -- -V
55
rustc -V
56
57
+ - name: Setup musl-tools
58
+ if: runner.os == 'Linux'
59
+ shell: bash
60
+ run: sudo apt install musl-tools
61
+
62
- name: Add target
63
uses: ./.github/actions/add-target
64
with:
.github/workflows/build-release.yml
@@ -40,6 +40,11 @@ jobs:
40
toolchain: nightly-2023-09-06
41
components: rustfmt, clippy
42
43
44
45
46
47
48
49
50
0 commit comments