mirror of
https://github.com/actions/runner-images.git
synced 2026-01-08 03:07:32 +08:00
[macos] use unxip if available for XCode unpacking (#7992)
This commit is contained in:
@@ -202,7 +202,8 @@
|
||||
"tcl-tk",
|
||||
"r",
|
||||
"yq",
|
||||
"imagemagick"
|
||||
"imagemagick",
|
||||
"unxip"
|
||||
],
|
||||
"cask_packages": [
|
||||
"julia",
|
||||
|
||||
@@ -74,7 +74,8 @@
|
||||
"zstd",
|
||||
"gmp",
|
||||
"r",
|
||||
"yq"
|
||||
"yq",
|
||||
"unxip"
|
||||
],
|
||||
"cask_packages": [
|
||||
"julia",
|
||||
|
||||
Reference in New Issue
Block a user