Skip to content

Commit 8601e64

Browse files
Try manually install target
1 parent a205945 commit 8601e64

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ jobs:
100100
with:
101101
toolchain: ${{ matrix.rust }}
102102
targets: x86_64-unknown-linux-musl
103+
104+
- name: Manually install target
105+
run: rustup target add x86_64-unknown-linux-musl
103106

104107
- name: Setup MUSL
105108
run: |

0 commit comments

Comments
 (0)