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