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 be853ad commit 13a9624Copy full SHA for 13a9624
1 file changed
.github/workflows/ci.yml
@@ -19,12 +19,12 @@ jobs:
19
matrix:
20
include:
21
- os: ubuntu-22.04
22
- target: x86_64-unknown-linux-musl
+ target: x86_64-unknown-linux-gnu
23
artifact_name: mwget
24
artifact_name_windows: mwget.exe
25
asset_name: mwget-linux-x64
26
- os: ubuntu-22.04-arm
27
- target: aarch64-unknown-linux-musl
+ target: aarch64-unknown-linux-gnu
28
29
30
asset_name: mwget-linux-arm64
@@ -47,7 +47,7 @@ jobs:
47
steps:
48
- uses: actions/checkout@v4
49
50
- - name: Install musl target (Linux)
+ - name: Install Linux target
51
if: contains(matrix.target, 'linux')
52
run: rustup target add ${{ matrix.target }}
53
0 commit comments