mirror of https://github.com/decompals/wibo.git
cache path fix
This commit is contained in:
parent
8fa1e6f5ab
commit
6a8c056435
|
@ -35,7 +35,7 @@ jobs:
|
|||
uses: actions/cache@v3
|
||||
with:
|
||||
path: wibo-test-suite/decomp.me/backend/compilers/download_cache
|
||||
key: ${{ runner.os }}-compilers-${{ hashFiles('backend/compilers/compilers.*.yaml') }}
|
||||
key: ${{ runner.os }}-compilers-${{ hashFiles('wibo-test-suite/decomp.me/backend/compilers/compilers.*.yaml') }}
|
||||
|
||||
- name: Run test suite
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in New Issue