From a2d0fece91cd385a1449b07ea79bcd676a68c781 Mon Sep 17 00:00:00 2001 From: ahiuchingau <20424172+ahiuchingau@users.noreply.github.com> Date: Thu, 11 Jan 2024 23:53:52 -0500 Subject: [PATCH] this is the problem --- .github/actions/cache-stm32-tools/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/cache-stm32-tools/action.yaml b/.github/actions/cache-stm32-tools/action.yaml index 4590d2007..d19b6ab83 100644 --- a/.github/actions/cache-stm32-tools/action.yaml +++ b/.github/actions/cache-stm32-tools/action.yaml @@ -8,5 +8,5 @@ runs: uses: actions/cache@v3 id: cache-tools with: - path: ot3-firmware/stm32-tools + path: ./stm32-tools key: ${{ runner.os }}-${{ hashFiles('**/cmake/*') }}-${{ env.CACHE_VERSION }}