Disable caching in generate-screenshots.yaml

This commit is contained in:
Edwin Jakobs
2022-01-18 21:23:35 +01:00
committed by GitHub
parent cfaa708826
commit da2b333e6d

View File

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