Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhduytran0 authored Mar 2, 2024
1 parent 0eceb8a commit 301565c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Build
run: |
brew install make xz ldid
export THEOS=theos SDKROOT=theos/sdks/iPhoneOS16.5.sdk
export THEOS=theos SDKROOT=$PWD/theos/sdks/iPhoneOS16.5.sdk
# make package FINALPACKAGE=1 THEOS_PACKAGE_SCHEME=rootful
make package FINALPACKAGE=1 THEOS_PACKAGE_SCHEME=rootless
Expand Down

0 comments on commit 301565c

Please sign in to comment.