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