From c058e7c1c5ceead4ead077d59cb50c6dbdd57b45 Mon Sep 17 00:00:00 2001 From: E M <5089238+emizzle@users.noreply.github.com> Date: Tue, 27 Jan 2026 21:37:37 +1100 Subject: [PATCH] Add nimble upgrade to CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df75b88..9e98251 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,8 +25,8 @@ jobs: with: version: ${{ matrix.nim }} - - name: Build - run: nimble install -y --maximumtaggedversions=2 + - name: Upgrade nimble + run: nimble install -y nimble - name: Test run: nimble test -y