diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-12-16 15:57:00 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-12-16 16:00:31 +0900 |
| commit | ee41b37606fbf9085e239922a1362f1c8c13d542 (patch) | |
| tree | 7cbbc70dce16dcadaa5de70901ea8aa83c0e790f /.gitea/workflows/release.yml | |
| parent | e3f1d7ba60bfc727e8308c386a306928fcf10130 (diff) | |
acl: add tests
These tests test UpdatePerm correctness by parsing getfacl output.
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to '.gitea/workflows/release.yml')
| -rw-r--r-- | .gitea/workflows/release.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 62002ace..b0eec499 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -16,6 +16,7 @@ jobs: echo 'deb http://deb.debian.org/debian bookworm-backports main' >> /etc/apt/sources.list.d/backports.list && apt-get update && apt-get install -y + acl git gcc pkg-config |
