Skip to content

Commit cb07ed2

Browse files
authored
p7zip is preinstalled in macos
1 parent 0fe81f8 commit cb07ed2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

action/src/main.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -344,11 +344,6 @@ const run = async (): Promise<void> => {
344344

345345
// Install Qt and tools if not cached
346346
if (!internalCacheHit) {
347-
// 7-zip is required, and not included on macOS
348-
if (process.platform === "darwin") {
349-
await exec("brew install p7zip");
350-
}
351-
352347
// Install dependencies via pip
353348
await execPython("pip install", ["setuptools", "wheel", `"py7zr${inputs.py7zrVersion}"`]);
354349

0 commit comments

Comments
 (0)