]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[ci] Cache downloaded packages for GitHub actions
authorMichael Brown <mcb30@ipxe.org>
Mon, 6 Feb 2023 18:30:06 +0000 (18:30 +0000)
committerMichael Brown <mcb30@ipxe.org>
Mon, 6 Feb 2023 19:59:04 +0000 (19:59 +0000)
commitbfa5262f0e31fdee06ca7c3098e1f4f3fcb1ede7
tree122132479909f4fb7d15bf752560c2bfacb411a2
parentef0a6f47920a4fb245f35f1b2e4bcaa7305819cd
[ci] Cache downloaded packages for GitHub actions

Speed up the "Install packages" step for each CI run by caching the
downloaded packages in /var/cache/apt.

Do not include libc6-dbg:i386 within the cache, since apt seems to
complain if asked to download both gcc-aarch64-linux-gnu and
libc6-dbg:i386 at the same time.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
.github/workflows/build.yml