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-