Skip to content

Commit 88f0a6f

Browse files
committed
ci: setup musl-tools
1 parent 5ba9427 commit 88f0a6f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/build-dev.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ jobs:
5454
cargo fmt -- -V
5555
rustc -V
5656
57+
- name: Setup musl-tools
58+
if: runner.os == 'Linux'
59+
shell: bash
60+
run: sudo apt install musl-tools
61+
5762
- name: Add target
5863
uses: ./.github/actions/add-target
5964
with:

.github/workflows/build-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ jobs:
4040
toolchain: nightly-2023-09-06
4141
components: rustfmt, clippy
4242

43+
- name: Setup musl-tools
44+
if: runner.os == 'Linux'
45+
shell: bash
46+
run: sudo apt install musl-tools
47+
4348
- name: Add target
4449
uses: ./.github/actions/add-target
4550
with:

0 commit comments

Comments
 (0)