Convert the backend to modules
Test / build (push) Successful in 40s

This commit is contained in:
2026-05-09 10:28:52 +02:00
parent dc33404734
commit 8dd9efa88d
12 changed files with 761 additions and 870 deletions
+2 -1
View File
@@ -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: |