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

This commit is contained in:
Ben Allfree
2025-12-04 13:40:31 -08:00
parent 14e2589a1e
commit fcb6a76a6f

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-