From 1bc1f4e4d2973e9a429dfe3fdc00f74bb3232919 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sun, 1 Mar 2026 14:03:12 +0100 Subject: Add toml11 to the CI --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitea/workflows') diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index f4cc879..3641e84 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -15,7 +15,7 @@ jobs: shell: ash {0} run: | apk -U upgrade - apk add --no-cache git bash cmake build-base ninja-is-really-ninja boost-dev + apk add --no-cache git bash cmake build-base ninja-is-really-ninja boost-dev toml11 - uses: actions/checkout@v4 - name: Build run: | -- cgit v1.2.3