Skip to content

Commit

Permalink
ci: drop support for musl
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobLinCool committed Apr 23, 2024
1 parent 54c5177 commit 5af400e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ jobs:
os: windows-latest
target: x86_64-pc-windows-msvc
artifact_name: "taiko-windows-amd64"
- build: linux-musl-x64
os: ubuntu-latest
target: x86_64-unknown-linux-musl
artifact_name: "taiko-linux-musl-amd64"
# - build: linux-musl-x64
# os: ubuntu-latest
# target: x86_64-unknown-linux-musl
# artifact_name: "taiko-linux-musl-amd64"
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand All @@ -78,7 +78,7 @@ jobs:
targets: ${{ matrix.target }}

- name: Install libasound2-dev
run: sudo apt update && sudo apt install -y libasound2-dev
run: sudo apt update && sudo apt install -y libasound2-dev libasound2-dev:arm64
if: matrix.build == 'linux-x64' || matrix.build == 'linux-arm64' || matrix.build == 'linux-musl-x64'

- name: Install musl-tools
Expand Down

0 comments on commit 5af400e

Please sign in to comment.