From d4decaf35cbce3840c470280642063eb4beb35a6 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Thu, 16 Apr 2026 17:18:18 +0400 Subject: [PATCH] Update ci --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 168e326..720506e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,10 +12,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - uses: jiro4989/setup-nim-action@v2 + - name: Install Nim + uses: iffy/install-nim@v4 with: - nim-version: ${{matrix.nim}} - repo-token: ${{ secrets.GITHUB_TOKEN }} + version: ${{ matrix.nim }} - name: Build run: nimble install -y - name: Test