Skip to content

Commit dc3b77b

Browse files
committed
try to fix the action
1 parent 8b64d5e commit dc3b77b

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)