We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2c19a2 commit 7035f0bCopy full SHA for 7035f0b
.github/workflows/ci.yml
@@ -165,7 +165,7 @@ jobs:
165
if: matrix.container
166
run: |
167
apt-get update
168
- apt-get -y install sudo python3 git g++ curl
+ apt-get -y install sudo python3 git g++ curl xz-utils
169
if [[ "${{matrix.container}}" == "ubuntu:1"* ]]; then
170
# Node 20 doesn't work with Ubuntu 16/18 glibc: https://github.com/actions/checkout/issues/1590
171
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
0 commit comments