We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd2e9e commit ad38f73Copy full SHA for ad38f73
.github/workflows/build.yml
@@ -40,8 +40,8 @@ jobs:
40
sudo apt-get update
41
sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
42
43
- - name: Prepare container for musl
44
- if: ${{ matrix.target == 'linux' && matrix.libc == 'musl' }}
+ - name: Install ninja
+ if: ${{ matrix.target == 'linux' || matrix.target == 'darwin' }}
45
run: |
46
apk update
47
apk add git ninja bash build-base nodejs linux-headers
0 commit comments