Skip to content

Commit

Permalink
Install xz
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire committed Dec 8, 2024
1 parent 09c3526 commit c5370a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
if: matrix.container
run: |
apt-get update
apt-get -y install sudo python3 git g++ curl
apt-get -y install sudo python3 git g++ curl xz-utils
if [[ "${{matrix.container}}" == "ubuntu:1"* ]]; then
# Node 20 doesn't work with Ubuntu 16/18 glibc: https://github.com/actions/checkout/issues/1590
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
Expand Down

0 comments on commit c5370a6

Please sign in to comment.