From 8dd9efa88da99f602a6848731a115f10ec3a5b31 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sat, 9 May 2026 10:28:52 +0200 Subject: Convert the backend to modules --- .gitea/workflows/test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitea/workflows') 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: | -- cgit v1.2.3