Skip to content

Commit

Permalink
Try to cross build x86_64-unknown-linux-musl in a different way
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Sep 4, 2024
1 parent bcbcd0a commit 4ee6eb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
# os: windows-latest
# - target: x86_64-unknown-linux-gnu
# os: ubuntu-22.04
- target: x86_64-unknown-linux-musl
os: ubuntu-22.04
- target: x86_64-unknown-linux-musl
os: ubuntu-22.04
# - target: aarch64-unknown-linux-gnu
# os: ubuntu-22.04
- target: aarch64-unknown-linux-musl
Expand Down

0 comments on commit 4ee6eb2

Please sign in to comment.