File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 66 /tmp/docker exec -t -u root container apt-get -qq install sudo
77 /tmp/docker exec -t -u root container mv /etc/sudoers.bak /etc/sudoers
88 displayName : Sudorize
9- - script : |
10- # Node 20 doesn't work with Ubuntu 16/18 glibc: https://github.com/actions/checkout/issues/1590
11- sudo apt-get -qq install curl xz-utils
12- sudo curl -sLO https://archives.boost.io/misc/node/node-v20.9.0-linux-x64-glibc-217.tar.xz
13- sudo tar -xJ --strip-components 1 -C /node20217 -f node-v20.9.0-linux-x64-glibc-217.tar.xz
14- displayName : Node
9+ # - script: |
10+ # # Node 20 doesn't work with Ubuntu 16/18 glibc: https://github.com/actions/checkout/issues/1590
11+ # sudo apt-get -qq install curl xz-utils
12+ # sudo curl -sLO https://archives.boost.io/misc/node/node-v20.9.0-linux-x64-glibc-217.tar.xz
13+ # sudo tar -xJ --strip-components 1 -C /node20217 -f node-v20.9.0-linux-x64-glibc-217.tar.xz
14+ # displayName: Node
You can’t perform that action at this time.
0 commit comments