[Test] Try to get the correct path to github workspace
This commit is contained in:
parent
9f956502b7
commit
91709abe80
|
@ -149,7 +149,7 @@ jobs:
|
|||
- name: ccache cache files
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: ${GITHUB_WORKSPACE}/.ccache
|
||||
path: $ENV{GITHUB_WORKSPACE}/.ccache
|
||||
key: ${{ matrix.config.name }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}
|
||||
restore-keys: |
|
||||
${{ matrix.config.name }}-ccache-
|
||||
|
|
Loading…
Reference in New Issue