removed cache setup

This commit is contained in:
Siddharth Saxena 2023-12-17 02:50:45 +05:30
parent 9e0f5140e3
commit 76f0e233fb
1 changed files with 0 additions and 12 deletions

View File

@ -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