Fix missed reference to env.RUNNER_WORKSPACE

This commit is contained in:
Luke Street 2021-06-11 21:21:39 -04:00
parent 5815fa6577
commit 9029c8e7af
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ jobs:
env: env:
Qt_VERSION: 5.15.2 Qt_VERSION: 5.15.2
IPP_VERSION: 2021.2.0.192 IPP_VERSION: 2021.2.0.192
BUILDCACHE_DIR: ${{env.RUNNER_WORKSPACE}}/.buildcache BUILDCACHE_DIR: ${{github.workspace}}/.buildcache
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2