From 9838f2cc4272a29a01084cb1a76d9b69b02fa2dc Mon Sep 17 00:00:00 2001 From: Arnaud Date: Fri, 17 Apr 2026 08:58:29 +0400 Subject: [PATCH] Remove nimble custom install --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 993a7d0..168e326 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,11 +16,6 @@ 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.20.0" - repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Build run: nimble install -y - name: Test