Skip to content

Commit

Permalink
Merge pull request #19 from verygenericname/main
Browse files Browse the repository at this point in the history
switch to procursus from brew
  • Loading branch information
khanhduytran0 authored Mar 2, 2024
2 parents d3faf8f + 8aa0197 commit 8922770
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,17 @@ jobs:
sparse-checkout: iPhoneOS16.5.sdk
path: theos/sdks

- name: Ensure main utils are installed
uses: dhinakg/procursus-action@main
with:
packages: coreutils make xz ldid

- name: Build
run: |
brew install make xz ldid
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
Expand Down

0 comments on commit 8922770

Please sign in to comment.