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

Exec as root node install.

This commit is contained in:
Rene Rivera
2025-01-19 12:47:54 -06:00
parent 76c77ddca8
commit a1896cc39a

View File

@@ -9,5 +9,5 @@ steps:
- 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 xz-utils
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
/tmp/docker exec -t -u root container 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