docs: move act runner cache

This commit is contained in:
Benjamin Labrecque
2026-07-30 15:30:41 +02:00
parent 3d04450f0d
commit 543338f98f
2 changed files with 16 additions and 1 deletions
+14
View File
@@ -42,6 +42,20 @@ tar -xf node-v20.11.1-linux-x64.tar.xz --strip-components=2 -C ~/.local/bin/ nod
rm node-v20.11.1-linux-x64.tar.xz
```
Change the location of the cache:
```
mkdir -p /sls/bd/hla/.cache/act
```
and edit `/etc/act_runner/config.yaml`
```
cache:
enabled: true
dir: "/sls/bd/hla/.cache/act"
```
## Manually run the runner
```shell