Skip to content

Commit

Permalink
Update buildapp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arichornlover committed Jul 11, 2024
1 parent 399aca5 commit 9c72d79
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/buildapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
inputs:
sdk_version:
description: "iOS SDK version to be used during build"
default: "16.4"
default: "16.5"
required: true
type: string
reborn_version:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:

steps:
- name: Checkout Main
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
path: main
submodules: recursive
Expand All @@ -67,7 +67,7 @@ jobs:
run: echo "$(brew --prefix make)/libexec/gnubin" >> $GITHUB_PATH

- name: Setup Theos
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
repository: theos/theos
ref: 5bfdc3cb7133ec1cab43182115d902e2b57c9eac
Expand All @@ -87,7 +87,7 @@ jobs:
- name: Download iOS SDK
if: steps.SDK.outputs.cache-hit != 'true'
run: |
git clone --quiet -n --depth=1 --filter=tree:0 https://github.com/arichornlover/sdks/
git clone --quiet -n --depth=1 --filter=tree:0 https://github.com/theos/sdks/
cd sdks
git sparse-checkout set --no-cone iPhoneOS${{ inputs.sdk_version }}.sdk
git checkout
Expand All @@ -96,7 +96,7 @@ jobs:
THEOS: ${{ github.workspace }}/theos

- name: Setup Theos Jailed
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
repository: qnblackcat/theos-jailed
ref: master
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
- name: Create Release
if: ${{ inputs.create_release }}
id: create_release
uses: softprops/[email protected].5
uses: softprops/[email protected].6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REBORN_VERSION: ${{ inputs.reborn_version }}
Expand Down

0 comments on commit 9c72d79

Please sign in to comment.