fix: update cache key in custom build workflow to use version input

This commit is contained in:
Ben Allfree
2025-12-04 14:31:32 -08:00
parent dde7b813b1
commit 77c0a88680

View File

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