create act work and cache dir

This commit is contained in:
Benjamin Labrecque
2026-07-31 10:24:30 +02:00
parent b38a45159a
commit 490647313c
+7 -2
View File
@@ -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: