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
|
||||
key: ${{ runner.os }}--openrndr-${{ env.OPENRNDR_HEAD }}
|
||||
- uses: actions/checkout@v2.3.4
|
||||
if: steps.cache_openrndr.outputs.cache-hit != 'true'
|
||||
#if: steps.cache_openrndr.outputs.cache-hit != 'true'
|
||||
with:
|
||||
repository: openrndr/openrndr
|
||||
path: ./openrndr
|
||||
|
||||
Reference in New Issue
Block a user