Skip to content

Commit

Permalink
还要手动装 ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed May 14, 2024
1 parent 5bd2e9e commit ad38f73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
sudo apt-get update
sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
- name: Prepare container for musl
if: ${{ matrix.target == 'linux' && matrix.libc == 'musl' }}
- name: Install ninja
if: ${{ matrix.target == 'linux' || matrix.target == 'darwin' }}
run: |
apk update
apk add git ninja bash build-base nodejs linux-headers
Expand Down

0 comments on commit ad38f73

Please sign in to comment.