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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user