diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9bd0aa2..ac873be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,8 @@ jobs: uses: iffy/install-nim@v5 with: version: ${{ matrix.nim }} + - name: Update nimble + run: nimble install nimble -y - name: Build run: nimble install -y - name: Test