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 b537d66 commit 0a79fcaCopy full SHA for 0a79fca
.github/workflows/CI.yml
@@ -47,8 +47,9 @@ jobs:
47
docker: node:18-alpine
48
docker_cmd:
49
apk add --no-cache bash build-base curl git g++ make ninja-build
50
- pkgconfig sudo unzip zip python3 tar cmake ninja musl-dev && npm i -g
51
- pnpm && pnpm install && pnpm run build
+ pkgconfig unzip zip python3 tar cmake ninja musl-dev && cp
+ /usr/lib/ninja-build/bin/ninja /usr/bin/ninja && npm i -g pnpm &&
52
+ pnpm install && pnpm run build
53
node_arch: x64
54
cpp_arch: x64
55
0 commit comments