2
0
mirror of https://github.com/boostorg/build.git synced 2026-01-19 04:02:14 +00:00

Install extra things for node install.

This commit is contained in:
Rene Rivera
2025-01-19 10:37:21 -06:00
parent 96e039e987
commit 3ffd1546f2

View File

@@ -8,5 +8,6 @@ steps:
displayName: Sudorize
- script: |
# Node 20 doesn't work with Ubuntu 16/18 glibc: https://github.com/actions/checkout/issues/1590
/tmp/docker exec -t -u root container apt-get -qq install curl unzip
curl -sL https://archives.boost.io/misc/node/node-v20.9.0-linux-x64-glibc-217.tar.xz | tar -xJ --strip-components 1 -C /node20217
displayName: Node