We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0ff190 commit 19c28a2Copy full SHA for 19c28a2
.github/workflows/build.yaml
@@ -66,7 +66,7 @@ jobs:
66
case "${{ matrix.os }}" in
67
debian:*|ubuntu:*)
68
PKG_CACHE_DIR="/var/cache/apt"
69
- INSTALL_CMD="apt update && apt install -y"
+ INSTALL_CMD="apt update && apt -o APT::Clean-Installed=0 install -y"
70
PACKAGES="git libc6-dev cmake libcurl4-openssl-dev libjansson-dev libsodium-dev pkgconf"
71
PACKAGES_API="libmicrohttpd-dev"
72
CLEANUP_CACHE_CMD="rm -rfv ${PKG_CACHE_DIR}/archives/{partial,lock}"
0 commit comments