Skip to content

Commit 13a9624

Browse files
committed
ci: disable musl toolchain
Signed-off-by: Ray Lee <hburaylee@gmail.com>
1 parent be853ad commit 13a9624

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
matrix:
2020
include:
2121
- os: ubuntu-22.04
22-
target: x86_64-unknown-linux-musl
22+
target: x86_64-unknown-linux-gnu
2323
artifact_name: mwget
2424
artifact_name_windows: mwget.exe
2525
asset_name: mwget-linux-x64
2626
- os: ubuntu-22.04-arm
27-
target: aarch64-unknown-linux-musl
27+
target: aarch64-unknown-linux-gnu
2828
artifact_name: mwget
2929
artifact_name_windows: mwget.exe
3030
asset_name: mwget-linux-arm64
@@ -47,7 +47,7 @@ jobs:
4747
steps:
4848
- uses: actions/checkout@v4
4949

50-
- name: Install musl target (Linux)
50+
- name: Install Linux target
5151
if: contains(matrix.target, 'linux')
5252
run: rustup target add ${{ matrix.target }}
5353

0 commit comments

Comments
 (0)