Skip to content

Commit 518386a

Browse files
committed
Update linux-musl.yml
1 parent 5427d18 commit 518386a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/linux-musl.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
build_method: [python, cmake]
24+
build_method: ["python", "cmake"]
2525
arch:
2626
[
2727
aarch64-linux-musl,
@@ -43,7 +43,6 @@ jobs:
4343
]
4444
include:
4545
- arch: aarch64-linux-musl
46-
build_method: [python, cmake]
4746
binary_name: aarch64
4847
- arch: arm-linux-musleabi
4948
binary_name: armv5
@@ -76,7 +75,7 @@ jobs:
7675
- arch: loongarch64-linux-musl
7776
binary_name: loongarch64
7877

79-
name: ${{ matrix.arch }}
78+
name: $${ matrix.build_method}} ${{ matrix.arch }}
8079

8180
steps:
8281
- name: Host - checkout

0 commit comments

Comments
 (0)