1 parent d29cd66 commit a8b1b71Copy full SHA for a8b1b71
1 file changed
.github/workflows/build-ipk.yml
@@ -83,7 +83,7 @@ jobs:
83
uses: actions/cache@v4
84
with:
85
path: /builder/dl
86
- key: openwrt-dl-${{ matrix.branch }}-${{ matrix.arch }}-${{ hashFiles('beszel-agent/Makefile') }}
+ key: openwrt-dl-${{ matrix.branch }}-${{ matrix.arch }}-${{ needs.validate-versions.outputs.latest_upstream_version }}-${{ hashFiles('beszel-agent/Makefile') }}
87
restore-keys: |
88
openwrt-dl-${{ matrix.branch }}-${{ matrix.arch }}-
89
openwrt-dl-${{ matrix.branch }}-
0 commit comments