From 52b0bf55c4a4f49b8f7df35dc7b2fe749f3c09ed Mon Sep 17 00:00:00 2001 From: Siddharth Saxena Date: Sun, 17 Dec 2023 02:35:29 +0530 Subject: [PATCH] Use default theos src and sdks --- .github/workflows/ci.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dac9ae1..4cb6907 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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/') }}