Compare commits
2 commits
576a50bb46
...
bb734f9b02
Author | SHA1 | Date | |
---|---|---|---|
bb734f9b02 | |||
b4564ebe67 |
2 changed files with 1 additions and 7 deletions
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
|
@ -8,9 +8,6 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: node-22
|
||||
container:
|
||||
image: node:22-bookworm
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
hugo-version:
|
||||
|
@ -66,9 +63,6 @@ jobs:
|
|||
|
||||
build-latest:
|
||||
runs-on: node-22
|
||||
container:
|
||||
image: node:22-bookworm
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ WORKDIR node-v${NODE_VERSION}
|
|||
|
||||
RUN ./configure --prefix=/usr --shared-brotli --shared-zlib --shared-libuv --shared-openssl --shared-cares --shared-nghttp2 --ninja --without-npm --with-intl=system-icu --openssl-use-def-ca-store
|
||||
|
||||
RUN make BUILDTYPE=Release
|
||||
RUN make JOBS=4 BUILDTYPE=Release
|
||||
|
||||
RUN make install
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue