Skip to content

Commit 4608ef8

Browse files
hsbtk0kubun
authored andcommitted
-l option of 7z is unknown switch with the ubuntu-latest.
https://github.com/ruby/actions/actions/runs/11095032727/job/30823174026#step:3:349
1 parent 77fb1bf commit 4608ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/make-snapshot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ PACKAGES = {
5656
DEFAULT_PACKAGES = PACKAGES.keys - ["tar"]
5757
if !$no7z and system("7z", out: IO::NULL)
5858
PACKAGES["gzip"] = %w".tar.gz 7z a dummy -tgzip -mx -so"
59-
PACKAGES["zip"] = %w".zip 7z a -tzip -l -mx -mtc=off" << {out: IO::NULL}
59+
PACKAGES["zip"] = %w".zip 7z a -tzip -mx -mtc=off" << {out: IO::NULL}
6060
elsif gzip = ENV.delete("GZIP")
6161
PACKAGES["gzip"].concat(gzip.shellsplit)
6262
end

0 commit comments

Comments
 (0)