From 10c7d6bc5b8c8ddc3b7d6d9b2ca6a5d5d68803a5 Mon Sep 17 00:00:00 2001 From: gmega Date: Fri, 1 Mar 2024 10:53:00 -0300 Subject: [PATCH] update nimble before build --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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