From 76f0e233fbc07939becb82eaac48b04a6d79e750 Mon Sep 17 00:00:00 2001 From: Siddharth Saxena Date: Sun, 17 Dec 2023 02:50:45 +0530 Subject: [PATCH] removed cache setup --- .github/workflows/ci.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0579743..f3a1c39 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,18 +16,6 @@ jobs: fetch-depth: 0 submodules: recursive - - name: Theos Setup (Check Cache) - id: verify-cache - run: | - echo "::set-output 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`" - - - name: Theos Setup (Use Cache) - id: cache - uses: actions/cache@v2 - with: - path: ${{ github.workspace }}/theos - key: ${{ runner.os }}-${{ steps.verify-cache.outputs.heads }} - - name: Theos Setup (Setup) uses: NyaMisty/theos-action@master