2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-04 21:55:52 +00:00

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

View File

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