Disable caching in generate-screenshots.yaml
This commit is contained in:
2
.github/workflows/generate-screenshots.yml
vendored
2
.github/workflows/generate-screenshots.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
|||||||
./openrndr
|
./openrndr
|
||||||
key: ${{ runner.os }}--openrndr-${{ env.OPENRNDR_HEAD }}
|
key: ${{ runner.os }}--openrndr-${{ env.OPENRNDR_HEAD }}
|
||||||
- uses: actions/checkout@v2.3.4
|
- uses: actions/checkout@v2.3.4
|
||||||
if: steps.cache_openrndr.outputs.cache-hit != 'true'
|
#if: steps.cache_openrndr.outputs.cache-hit != 'true'
|
||||||
with:
|
with:
|
||||||
repository: openrndr/openrndr
|
repository: openrndr/openrndr
|
||||||
path: ./openrndr
|
path: ./openrndr
|
||||||
|
|||||||
Reference in New Issue
Block a user