Skip to content

Commit

Permalink
Replaced musl
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1N committed Mar 28, 2024
1 parent 4a2d903 commit dd78ee7
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ jobs:
platform:
- os_name: Linux-x86_64
os: ubuntu-20.04
target: x86_64-unknown-linux-musl
target: x86_64-unknown-linux-gnu
extension: "*.so"
- os_name: Linux-aarch64
os: ubuntu-20.04
target: aarch64-unknown-linux-musl
target: aarch64-unknown-linux-gnu
extension: "*.so"
- os_name: Linux-arm
os: ubuntu-20.04
target: arm-unknown-linux-musleabi
target: arm-unknown-linux-gnueabi
extension: "*.so"
- os_name: Linux-i686
os: ubuntu-20.04
target: i686-unknown-linux-musl
target: i686-unknown-linux-gnu
extension: "*.so"
skip_tests: true
- os_name: Windows-aarch64
Expand Down Expand Up @@ -62,9 +62,6 @@ jobs:
- uses: actions/checkout@v4
- name: Cache cargo & target directories
uses: Swatinem/rust-cache@v2
- name: Install musl-tools on Linux
run: sudo apt-get update --yes && sudo apt-get install --yes musl-tools
if: contains(matrix.platform.name, 'musl')
- name: Build binary
uses: houseabsolute/actions-rust-cross@v0
with:
Expand Down

0 comments on commit dd78ee7

Please sign in to comment.