Skip to content

Commit

Permalink
no shot im this dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
imnltsa authored Feb 19, 2024
1 parent 1fc3286 commit 53c0e12
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,13 @@ jobs:
- name: Setup Theos environment
run: echo "THEOS=/Users/runner/theos" >> $GITHUB_ENV

- name: Download patched SDKs
run: |
git clone https://github.com/theos/sdks
cd sdks
rm -rf $THEOS/sdks/*
mv ./* $THEOS/sdks/
- name: Make debs directory
run: mkdir ~/debs

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

- name: Move rootful .deb
Expand Down

0 comments on commit 53c0e12

Please sign in to comment.