fix cache setup
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
- name: Theos Setup (Check Cache)
|
- name: Theos Setup (Check Cache)
|
||||||
id: verify-cache
|
id: verify-cache
|
||||||
run: |
|
run: |
|
||||||
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
|
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)
|
- name: Theos Setup (Use Cache)
|
||||||
id: cache
|
id: cache
|
||||||
|
|||||||
Reference in New Issue
Block a user