diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29e47b5..168e326 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,6 @@ jobs: nim-version: ${{matrix.nim}} repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Build - run: nimble install -d -y + run: nimble install -y - name: Test run: nimble test -y