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

@@ -11,6 +11,10 @@ export interface InstalledPrograms {
installed: boolean;
version: string | null;
};
brew: {
installed: boolean;
version: string | null;
};
python: {
installed: boolean;
version: string | null;