From 490647313c50587523b4da273110682042885cfd Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Fri, 31 Jul 2026 10:24:30 +0200 Subject: [PATCH] create act work and cache dir --- docs/developer/cicd_runner.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/developer/cicd_runner.md b/docs/developer/cicd_runner.md index 2d0353a..1efa972 100644 --- a/docs/developer/cicd_runner.md +++ b/docs/developer/cicd_runner.md @@ -115,9 +115,14 @@ Created uv cache dir, for `UV_CACHE_DIR`: sudo mkdir -m 777 /var/cache/uv ``` -Change the location of the working directory (uv .venvs are built here, take up lots of space) +Change the location of the act cache and working directory (uv .venvs are built here, take up lots of space) -edit `/etc/act_runner/config.yaml` +``` +sudo mkdir -m 777 /var/lib/act_runner/cache +sudo mkdir -m 777 /var/lib/act_runner/work +``` + +and edit `/etc/act_runner/config.yaml` ``` cache: