feat: use xz instead of gzip in the runner

This commit is contained in:
dusk 2024-09-26 21:27:02 +03:00
parent f3d2c718a1
commit d8f1692c99
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw

View File

@ -15,8 +15,8 @@
gnused gnused
nodejs nodejs
wget wget
gzip
gnutar gnutar
xz
]; ];
}; };
} }