Add nimble upgrade to CI

This commit is contained in:
E M 2026-01-27 21:37:37 +11:00
parent 0d21de49b0
commit c058e7c1c5
No known key found for this signature in database

View File

@ -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