From 345a7a677fd2f3180523d16c412772f95a79abdc Mon Sep 17 00:00:00 2001 From: Nathan <87825638+verygenericname@users.noreply.github.com> Date: Sat, 2 Mar 2024 09:55:06 -0500 Subject: [PATCH 1/2] Update build.yml --- .github/workflows/build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 79ac420..292e26c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,9 +28,13 @@ jobs: sparse-checkout: iPhoneOS16.5.sdk path: theos/sdks + - name: Ensure main utils are installed + uses: dhinakg/procursus-action@main + with: + packages: ldid coreutils make xz ldid + - name: Build run: | - brew install make xz ldid export THEOS=theos make package FINALPACKAGE=1 From 8aa01978f0faaeab0d00d75e9d06620510e536a8 Mon Sep 17 00:00:00 2001 From: Nathan <87825638+verygenericname@users.noreply.github.com> Date: Sat, 2 Mar 2024 09:57:04 -0500 Subject: [PATCH 2/2] switch to procursus from brew --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 292e26c..117ced3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,14 +31,14 @@ jobs: - name: Ensure main utils are installed uses: dhinakg/procursus-action@main with: - packages: ldid coreutils make xz ldid + packages: coreutils make xz ldid - name: Build run: | export THEOS=theos - make package FINALPACKAGE=1 - make package FINALPACKAGE=1 THEOS_PACKAGE_SCHEME=rootless + gmake package FINALPACKAGE=1 + gmake package FINALPACKAGE=1 THEOS_PACKAGE_SCHEME=rootless # make package FINALPACKAGE=1 THEOS_PACKAGE_SCHEME=roothide - name: Upload packages