Skip to content

Commit 51a867e

Browse files
committed
ci: Fix patch apply (#3)
1 parent 0a77b79 commit 51a867e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-nodejs-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pushd ${BUILDDIR}
2424
wget "${SOURCE_URL}"
2525
tar xf ${NODE_DIR}.tar.gz
2626
pushd ${NODE_DIR}
27-
git apply ${SCRIPT_DIR}/assets/toolchain.gypi.patch || true
27+
git apply ${SCRIPT_DIR}/assets/toolchain.gypi.patch --verbose --directory ${BUILDDIR}/${NODE_DIR} || true
2828
./configure --prefix=${PREFIX}
2929
make clean
3030
make -j${NPROC}

0 commit comments

Comments
 (0)