1
1
mirror of https://github.com/neosubhamoy/pytubepp-helper.git synced 2026-02-04 11:22:22 +05:30

(ci/cd): ci test6

This commit is contained in:
2024-10-31 21:12:28 +05:30
Unverified
parent 08656ad6c8
commit ddfe7b2db7
9 changed files with 639 additions and 495 deletions

View File

@@ -19,6 +19,11 @@
"cmd": "systeminfo",
"args": []
},
{
"name": "detect-macos",
"cmd": "sw_vers",
"args": []
},
{
"name": "detect-distro",
"cmd": "grep",
@@ -49,6 +54,11 @@
"cmd": "winget",
"args": ["--version"]
},
{
"name": "is-homebrew-installed",
"cmd": "brew",
"args": ["--version"]
},
{
"name": "is-python-installed",
"cmd": "python",