We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43d3298 commit 3ce908fCopy full SHA for 3ce908f
.github/workflows/ci.yml
@@ -173,7 +173,7 @@ jobs:
173
if: matrix.container
174
run: |
175
apt-get update
176
- apt-get -y install sudo python3 git g++ curl
+ apt-get -y install sudo python3 git g++ curl xz-utils
177
if [[ "${{matrix.container}}" == "ubuntu:1"* ]]; then
178
# Node 20 doesn't work with Ubuntu 16/18 glibc: https://github.com/actions/checkout/issues/1590
179
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