Skip to content

Commit

Permalink
Fix musl command
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaschan committed Mar 23, 2024
1 parent 56a14ce commit 36830f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-musl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Rustup Target
run: rustup target add x86_64-unknown-linux-musl
- name: Build
run: cargo +stable-x86_64-unknown-linux-musl build --release --verbose --target x86_64-unknown-linux-musl
run: cargo build --release --verbose --target x86_64-unknown-linux-musl
- name: Upload a Build Artifact
uses: actions/upload-artifact@v4.3.1
with:
Expand Down

0 comments on commit 36830f2

Please sign in to comment.