Skip to content

Commit ad38f73

Browse files
committed
还要手动装 ninja
1 parent 5bd2e9e commit ad38f73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
sudo apt-get update
4141
sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
4242
43-
- name: Prepare container for musl
44-
if: ${{ matrix.target == 'linux' && matrix.libc == 'musl' }}
43+
- name: Install ninja
44+
if: ${{ matrix.target == 'linux' || matrix.target == 'darwin' }}
4545
run: |
4646
apk update
4747
apk add git ninja bash build-base nodejs linux-headers

0 commit comments

Comments
 (0)