Skip to content

Commit 9ba8a2b

Browse files
committed
CI: Be explicit about boot files to cache
This should prevent old versions of the config files being cached. Fixes #17.
1 parent d4a52c3 commit 9ba8a2b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,14 @@ jobs:
5959
uses: actions/cache@v2
6060
with:
6161
path: |
62-
sdcard
63-
!sdcard/kernel*.img
62+
sdcard/bcm2711-rpi-4-b.dtb
63+
sdcard/bootcode.bin
64+
sdcard/COPYING.linux
65+
sdcard/fixup.dat
66+
sdcard/fixup4.dat
67+
sdcard/LICENCE.broadcom
68+
sdcard/start.elf
69+
sdcard/start4.elf
6470
key: cache-boot-files-${{ hashFiles(join(env.boot-home, '/Makefile')) }}
6571

6672
- name: Download boot files if not retrieved from cache

0 commit comments

Comments
 (0)