diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-09-30 12:03:02 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2024-09-30 12:03:02 +0900 |
commit | 3fe59b04d6ed099c92d749a948f452f562cdae51 () | |
tree | a182d830a3b3976bd2ef2b4f9a9f72976b964d14 | |
parent | 3a9e48b9a4860022f43d8101c0f3249299437886 (diff) |
-l option of 7z is unknown switch with the `ubuntu-latest`.
https://.com/ruby/actions/actions/runs/11095032727/job/30823174026#step:3:349
-rwxr-xr-x | tool/make-snapshot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ PACKAGES = { DEFAULT_PACKAGES = PACKAGES.keys - ["tar"] if !$no7z and system("7z", out: IO::NULL) PACKAGES["gzip"] = %w".tar.gz 7z a dummy -tgzip -mx -so" - PACKAGES["zip"] = %w".zip 7z a -tzip -l -mx -mtc=off" << {out: IO::NULL} elsif gzip = ENV.delete("GZIP") PACKAGES["gzip"].concat(gzip.shellsplit) end |