Skip to content

Commit

Permalink
Switch to Procursus
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhduytran0 authored Apr 29, 2024
1 parent 93ad7cd commit f10ee28
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,34 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Setup Theos
uses: Randomblock1/[email protected]
- name: Checkout theos/theos
uses: actions/checkout@main
with:
repository: theos/theos
ref: master
submodules: recursive
path: theos

- name: Checkout theos/sdks
uses: actions/checkout@main
with:
repository: theos/sdks
ref: master
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: |
export THEOS=theos
git submodule init
git submodule update
make package FINALPACKAGE=1
gmake package FINALPACKAGE=1
- name: Upload artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit f10ee28

Please sign in to comment.