From 1d4e28fa07e20366a9182865b047990f39bfafd2 Mon Sep 17 00:00:00 2001 From: Johan Borestad Date: Thu, 15 Feb 2024 20:02:25 +0100 Subject: [PATCH] =?UTF-8?q?`=EF=B8=8F=EF=B8=8F=E2=9A=A1=EF=B8=8F=20BUMP=20?= =?UTF-8?q?=E2=9A=A1=EF=B8=8F`=20=20`README.md=203(+)=202(-)`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dbef953..bf0cffe 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,8 @@ Goals: - Multithreaded & parallellism by default - Cache + TTL support (reusable between ci runs) - Optimized: one shot jobs (checkout + cache + install + run) should run ~ 10 - seconds. -- Rely on static binaries instead of expensive apt-get. + (if not using *.deb packages) seconds. +- Rely on static binaries. +- Avoiding expensive `apt-get update && apt-get install somepackage` - Super productive & fast boilerplate environment - Stats & useful debugging included