From 07fcc4621f0205fa9bb0bacaafccbc9eedf32bc2 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Thu, 16 Apr 2026 18:03:17 +0400 Subject: [PATCH] Try to downgrade nimble --- .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 c523ad4..234f9b6 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.22.3" + nimble-version: "0.18.2" repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Build run: nimble install -y