Skip to content

Commit fe9ec91

Browse files
committed
ci: install ninja via ninja-build on Alpine
f
1 parent e609c82 commit fe9ec91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ jobs:
4646
- os: ubuntu-22.04
4747
docker: node:18-alpine
4848
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
49+
apk add --no-cache bash build-base curl git g++ make ninja-build
50+
pkgconfig sudo unzip zip python3 tar cmake musl-dev && npm i -g
51+
pnpm && pnpm install && pnpm run build
5252
node_arch: x64
5353
cpp_arch: x64
5454

0 commit comments

Comments
 (0)