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: