Skip to content

Commit

Permalink
remove musl
Browse files Browse the repository at this point in the history
  • Loading branch information
JanKaul committed Oct 18, 2024
1 parent 036a6a0 commit 07858bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: test build rust project
uses: lxl66566/rust-simple-release@main
with:
targets: x86_64-pc-windows-msvc, x86_64-unknown-linux-musl, x86_64-unknown-linux-gnu, x86_64-apple-darwin
targets: x86_64-pc-windows-msvc, x86_64-unknown-linux-gnu, x86_64-apple-darwin
token: ${{ secrets.GITHUB_TOKEN }}
package: frostbow
release-sql:
Expand All @@ -27,6 +27,6 @@ jobs:
- name: test build rust project
uses: lxl66566/rust-simple-release@main
with:
targets: x86_64-pc-windows-msvc, x86_64-unknown-linux-musl, x86_64-unknown-linux-gnu, x86_64-apple-darwin
targets: x86_64-pc-windows-msvc, x86_64-unknown-linux-gnu, x86_64-apple-darwin
token: ${{ secrets.GITHUB_TOKEN }}
package: frostbow-sql

0 comments on commit 07858bb

Please sign in to comment.