From 6a8c05643570a153506bb766f36e2e28d8661895 Mon Sep 17 00:00:00 2001 From: ConorBobbleHat Date: Sat, 30 Dec 2023 00:44:25 +0000 Subject: [PATCH] cache path fix --- .github/workflows/regression.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 0fb0a44..0c69da8 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -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