From 065c2b1901a0f7270c8550d74b95d290018e2e5d Mon Sep 17 00:00:00 2001 From: Arnaud Date: Thu, 16 Apr 2026 17:40:58 +0400 Subject: [PATCH] Try to upgrade nimble version --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 168e326..c523ad4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,11 @@ jobs: with: nim-version: ${{matrix.nim}} repo-token: ${{ secrets.GITHUB_TOKEN }} + - name: Install nimble + uses: nim-lang/setup-nimble-action@v1 + with: + nimble-version: "0.22.3" + repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Build run: nimble install -y - name: Test