You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 2, 2023. It is now read-only.
Github runners on Ubuntu 20.04 are prepackaged with zstd v1.5.5 at the time of this writing. The command output of zstd --version has changed and it doesn't quite match the string that this action relies on (see here). As a result, zstd is assumed to be absent and slower gzip is used instead.
Please update the check to detect the presence of zstd.
Github runners on Ubuntu 20.04 are prepackaged with zstd v1.5.5 at the time of this writing. The command output of
zstd --versionhas changed and it doesn't quite match the string that this action relies on (see here). As a result, zstd is assumed to be absent and slower gzip is used instead.Please update the check to detect the presence of zstd.