From f0a39c1293c3f16acc8fad154ad21d14b36d2abb Mon Sep 17 00:00:00 2001 From: Yves Biener Date: Sat, 17 Jan 2026 21:24:13 +0100 Subject: [PATCH] mod: adapt documentation and ci to use latest `zig` release version --- .gitea/workflows/release.yaml | 4 ++-- .gitea/workflows/test.yaml | 4 ++-- README.md | 3 --- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 2fe84ac..9379d32 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -15,9 +15,9 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - name: Setup zig installation - uses: mlugg/setup-zig@v2 + uses: https://codeberg.org/mlugg/setup-zig@v2 with: - version: master + version: latest - name: Lint check run: zig fmt --check . - name: Spell checking diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 5ed2e8d..214976b 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -14,9 +14,9 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - name: Setup zig installation - uses: mlugg/setup-zig@v2 + uses: https://codeberg.org/mlugg/setup-zig@v2 with: - version: master + version: latest - name: Lint check run: zig fmt --check . - name: Spell checking diff --git a/README.md b/README.md index 003c23e..c4c7451 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,6 @@ Fuzzy matcher based on the matching algorithm implementation of [ms-edit](https://github.com/microsoft/edit/blob/main/src/fuzzy.rs) as the editor is MIT-Licensed, this project is also under the MIT-License. -> [!caution] -> Only builds using the zig master version are tested to work. - ## Install Add or update this library as a dependency in your zig project run the following command: