Skip to content

Commit

Permalink
Fixed SDK Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
arichornlover authored Aug 4, 2022
1 parent bb3a22b commit ada324a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
inputs:
cercube_version:
description: "The version of Cercube"
default: "5.3.9"
default: "5.3.10"
required: false
type: string
decrypted_youtube_url:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Download iOS 15 SDK
run: |
curl -LO https://github.com/chrisharper22/sdks/archive/main.zip
curl -LO https://github.com/arichorn/sdks/archive/main.zip
TMP=$(mktemp -d)
unzip -qq main.zip -d $TMP
mv $TMP/sdks-main/*.sdk $THEOS/sdks
Expand Down

0 comments on commit ada324a

Please sign in to comment.