mirror of
https://github.com/MeshEnvy/mesh-forge.git
synced 2026-06-23 03:25:19 +02:00
fix: update cache key in custom build test workflow to use version input
This commit is contained in:
@@ -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-
|
||||
|
||||
|
||||
Reference in New Issue
Block a user