mirror of https://github.com/AxioDL/metaforce.git
Fix missed reference to env.RUNNER_WORKSPACE
This commit is contained in:
parent
5815fa6577
commit
9029c8e7af
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue