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