From 9195229ce9bc77e8e5f905df8ee52b884cdd7667 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Mon, 18 May 2026 15:24:11 +0400 Subject: [PATCH] Update ci --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b581f00..7af7d5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,10 +15,9 @@ jobs: submodules: recursive - name: Install Nim - uses: nim-lang/setup-nim-action@v2 + uses: jiro4989/setup-nim-action@v2 with: nim-version: "2.2.x" - repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Install dependencies run: nimble setup -y