Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnless authored Oct 9, 2024
1 parent 7805545 commit db6410a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
uses: Randomblock1/theos-action@v1.4
with:
# Where to install Theos
theos-dir: # optional, default is ${{ github.workspace }}/theos
theos-dir: ${{ github.workspace }}/theos
# Where to clone Theos from (git URL)
theos-src: # optional, default is https://github.com/theos/theos
theos-src: https://github.com/theos/theos
# Where to clone the iOS SDKs from (GitHub repository URL)
theos-sdks: # optional, default is https://github.com/theos/sdks
theos-sdks: https://github.com/theos/sdks
# Which branch to clone from SDK repo
theos-sdks-branch: # optional, default is master
theos-sdks-branch: master
# Whether to enable Orion, which adds support for Swift tweaks
orion: # optional, default is false
orion: false
- name: Run build script
run: ./build.sh

0 comments on commit db6410a

Please sign in to comment.