File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed
Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -16,28 +16,17 @@ jobs:
1616
1717 - name : Install dependencies
1818 run : |
19- brew install make ldid-procursus
20-
21- - name : Download theos
22- uses : actions/checkout@v4
23- with :
24- repository : theos/theos
25- submodules : recursive
26- path : theos
19+ brew install make
2720
2821 - name : Setup theos
29- run : |
30- export THEOS=$GITHUB_WORKSPACE/theos
31- cd $THEOS
32- ./bin/install-sdk iPhoneOS16.5
22+ uses : Randomblock1/theos-action@v1
3323
3424 - name : Switch Xcode version
3525 run : |
3626 sudo xcode-select -s /Applications/Xcode_16.2.0.app/Contents/Developer
3727
3828 - name : Build and Package MuffinStore
3929 run : |
40- export THEOS=$GITHUB_WORKSPACE/theos
4130 cd $GITHUB_WORKSPACE
4231 FINALPACKAGE=1 gmake clean package
4332 mkdir -p ./output
You can’t perform that action at this time.
0 commit comments