mirror of
https://github.com/MeshEnvy/mesh-forge.git
synced 2026-03-28 17:42:55 +01:00
fix: update cache key in custom build test workflow to use version input
This commit is contained in:
2
.github/workflows/custom_build_test.yml
vendored
2
.github/workflows/custom_build_test.yml
vendored
@@ -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