Skip to content

Commit 19c28a2

Browse files
committed
fixup! fixup! CI: Cache packages
1 parent f0ff190 commit 19c28a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
case "${{ matrix.os }}" in
6767
debian:*|ubuntu:*)
6868
PKG_CACHE_DIR="/var/cache/apt"
69-
INSTALL_CMD="apt update && apt install -y"
69+
INSTALL_CMD="apt update && apt -o APT::Clean-Installed=0 install -y"
7070
PACKAGES="git libc6-dev cmake libcurl4-openssl-dev libjansson-dev libsodium-dev pkgconf"
7171
PACKAGES_API="libmicrohttpd-dev"
7272
CLEANUP_CACHE_CMD="rm -rfv ${PKG_CACHE_DIR}/archives/{partial,lock}"

0 commit comments

Comments
 (0)