From fcb6a76a6f449f193d6754a69bfedd9d83c72475 Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Thu, 4 Dec 2025 13:40:31 -0800 Subject: [PATCH] fix: update cache key in custom build test workflow to use version input --- .github/workflows/custom_build_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/custom_build_test.yml b/.github/workflows/custom_build_test.yml index 6c95518..5643121 100644 --- a/.github/workflows/custom_build_test.yml +++ b/.github/workflows/custom_build_test.yml @@ -201,7 +201,7 @@ jobs: path: | ~/.platformio firmware/.pio/libdeps - key: ${{ runner.os }}-pio-${{ hashFiles('firmware/platformio.ini') }} + key: ${{ runner.os }}-pio-${{ inputs.version }} restore-keys: | ${{ runner.os }}-pio-