From 77c0a88680dc1d89ee88f36451b32a771013184b Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Thu, 4 Dec 2025 14:31:32 -0800 Subject: [PATCH] fix: update cache key in custom build workflow to use version input --- .github/workflows/custom_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/custom_build.yml b/.github/workflows/custom_build.yml index 6c95518..5643121 100644 --- a/.github/workflows/custom_build.yml +++ b/.github/workflows/custom_build.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-