Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
imnltsa authored Feb 19, 2024
1 parent 1e7dee8 commit bb44783
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:

- name: Build Ding rootful
run: |
gmake -j$(sysctl -n hw.ncpu) do ROOTFUL=1 SYSROOT=$THEOS/sdks/iPhoneOS14.5.sdk
gmake -j$(sysctl -n hw.ncpu) clean
gmake -j$(sysctl -n hw.ncpu) do THEOS_PACKAGE_SCHEME=rootless SYSROOT=$THEOS/sdks/iPhoneOS14.5.sdk
continue-on-error: true

- name: Move rootful .deb
Expand Down

0 comments on commit bb44783

Please sign in to comment.