diff options
| author | Eugen Wissner <belka@caraus.de> | 2026-03-01 14:03:12 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2026-03-01 14:03:12 +0100 |
| commit | 1bc1f4e4d2973e9a429dfe3fdc00f74bb3232919 (patch) | |
| tree | 98ec92a711d588d410e5ec523b6eab521b0780f1 /.gitea | |
| parent | 2c65a2c6b02924df720f55c6e96e2e201d404c0c (diff) | |
| download | katja-1bc1f4e4d2973e9a429dfe3fdc00f74bb3232919.tar.gz | |
Add toml11 to the CI
Diffstat (limited to '.gitea')
| -rw-r--r-- | .gitea/workflows/test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |
