summaryrefslogtreecommitdiff
path: root/.gitea/workflows/test.yaml
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2026-05-09 10:28:52 +0200
committerEugen Wissner <belka@caraus.de>2026-05-09 10:34:11 +0200
commit8dd9efa88da99f602a6848731a115f10ec3a5b31 (patch)
treec7d88ee8828fbbaa7571dd5fafba73d775d67e94 /.gitea/workflows/test.yaml
parentdc3340473423ab92eae0962d9aaf239d218d16f2 (diff)
downloadkatja-8dd9efa88da99f602a6848731a115f10ec3a5b31.tar.gz
Convert the backend to modules
Diffstat (limited to '.gitea/workflows/test.yaml')
-rw-r--r--.gitea/workflows/test.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml
index 3641e84..15f31e4 100644
--- a/.gitea/workflows/test.yaml
+++ b/.gitea/workflows/test.yaml
@@ -15,7 +15,8 @@ jobs:
shell: ash {0}
run: |
apk -U upgrade
- apk add --no-cache git bash cmake build-base ninja-is-really-ninja boost-dev toml11
+ apk add --no-cache git bash cmake build-base ninja-is-really-ninja boost-dev toml11 \
+ glib-dev bzip2-dev curl-dev
- uses: actions/checkout@v4
- name: Build
run: |