Files
drover-go/.gitea/workflows
root 9bdbcd4d88
Build / test (push) Successful in 1m13s
Build / build-windows (push) Successful in 56s
Release / release (push) Successful in 3m15s
workflows: disable docker-clean so apt cache survives between runs
Debian-based Docker images install /etc/apt/apt.conf.d/docker-clean
which runs 'apt-get clean' after every apt-get install — wipes out
/var/cache/apt/archives so there's nothing for actions/cache to save.

Fix: remove the docker-clean drop-in and add keep-cache config first
thing in each job, before any apt activity. Also bump apt cache key
to v2 since the previous v1 was always empty.

Wait time on the Wine + Inno Setup step should drop from ~1m20s to
~10s on warm runs (debs already in /var/cache/apt/archives, dpkg
just installs them locally).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-01 03:16:09 +03:00
..