Use default theos src and sdks
This commit is contained in:
parent
de1f2f0f08
commit
52b0bf55c4
|
@ -19,7 +19,7 @@ jobs:
|
|||
- name: Theos Setup (Check Cache)
|
||||
id: verify-cache
|
||||
run: |
|
||||
echo "::set-output name=heads::`git ls-remote https://github.com/roothide/theos | head -n 1 | cut -f 1`-`git ls-remote https://github.com/xybp888/iOS-SDKs | head -n 1 | cut -f 1`"
|
||||
echo "name=heads::`git ls-remote https://github.com/theos/theos | head -n 1 | cut -f 1`-`git ls-remote https://github.com/theos/sdks | head -n 1 | cut -f 1`" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Theos Setup (Use Cache)
|
||||
id: cache
|
||||
|
@ -30,9 +30,6 @@ jobs:
|
|||
|
||||
- name: Theos Setup (Setup)
|
||||
uses: NyaMisty/theos-action@master
|
||||
with:
|
||||
theos-src: https://github.com/roothide/theos
|
||||
theos-sdks: https://github.com/xybp888/iOS-SDKs
|
||||
|
||||
- name: Get tag
|
||||
if: ${{ startsWith(github.ref, 'refs/tags/') }}
|
||||
|
|
Loading…
Reference in New Issue