cache path fix

This commit is contained in:
ConorBobbleHat 2023-12-30 00:44:25 +00:00
parent 8fa1e6f5ab
commit 6a8c056435
1 changed files with 1 additions and 1 deletions

View File

@ -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