From b918cd7fcb106bb7908d0cb6c3a4e4b7dd772808 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Thu, 16 Apr 2026 18:50:41 +0400 Subject: [PATCH] Try 0.20.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 234f9b6..993a7d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Install nimble uses: nim-lang/setup-nimble-action@v1 with: - nimble-version: "0.18.2" + nimble-version: "0.20.0" repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Build run: nimble install -y