diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 234f9b6..993a7d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Install nimble uses: nim-lang/setup-nimble-action@v1 with: - nimble-version: "0.18.2" + nimble-version: "0.20.0" repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Build run: nimble install -y