Skip to content

Commit 970f8c3

Browse files
committed
Remove musl installation
1 parent dadba21 commit 970f8c3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ jobs:
3838
- name: Set Rustup profile to minimal
3939
run: rustup set profile minimal
4040

41-
- name: Install musl target on Linux
42-
run: |
43-
rustup target add x86_64-unknown-linux-musl
44-
sudo apt-get install musl-tools musl-dev
45-
if: runner.os == 'Linux'
46-
4741
- name: "Print Rust Version"
4842
run: |
4943
rustc -Vv

0 commit comments

Comments
 (0)