build: Fix key of cache

This commit is contained in:
remittor
2026-01-01 13:37:29 +03:00
parent 4cf85c12bf
commit c056d7f32a

View File

@@ -224,7 +224,7 @@ jobs:
id: tools_cache_restore id: tools_cache_restore
uses: actions/cache/restore@v4 uses: actions/cache/restore@v4
with: with:
key: host-tools-${{ runner.os }}-${{ env.FW_VER }}-${{ hashFiles('tools/**') }} key: host-tools-${{ runner.os }}-${{ needs.check.outputs.fw_ver }}-${{ hashFiles('tools/**') }}
path: | path: |
staging_dir/host staging_dir/host