Skip to content

Commit

Permalink
Update linux-musl.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
userdocs committed Jan 3, 2025
1 parent 5427d18 commit 518386a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/linux-musl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
build_method: [python, cmake]
build_method: ["python", "cmake"]
arch:
[
aarch64-linux-musl,
Expand All @@ -43,7 +43,6 @@ jobs:
]
include:
- arch: aarch64-linux-musl
build_method: [python, cmake]
binary_name: aarch64
- arch: arm-linux-musleabi
binary_name: armv5
Expand Down Expand Up @@ -76,7 +75,7 @@ jobs:
- arch: loongarch64-linux-musl
binary_name: loongarch64

name: ${{ matrix.arch }}
name: $${ matrix.build_method}} ${{ matrix.arch }}

steps:
- name: Host - checkout
Expand Down

0 comments on commit 518386a

Please sign in to comment.