Skip to content
This repository was archived by the owner on Jun 8, 2024. It is now read-only.

Commit 1af1ca5

Browse files
committed
cache archive by sha of the archive
1 parent 26c45bc commit 1af1ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-kernel-modules.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
uses: actions/cache@v3
121121
with:
122122
path: ./linux-unifios.tar.gz
123-
key: ${{ fromJSON(steps.get-firmware-metadata.outputs.json).kernel-archive-path-base64 }}
123+
key: ${{ fromJSON(steps.get-firmware-metadata.outputs.json).kernel-sha256sum }}
124124

125125
- name: Download kernel archive if required (http)
126126
if: steps.cache-kernel-archive.outputs.cache-hit != 'true' && env.DOWNLOAD_FROM_TORRENT != 'true'

0 commit comments

Comments
 (0)