diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b26b4c..ef5b672 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: nim-version: '2.2.10' - name: Install dependencies - run: nimble install -y + run: nimble install --depsOnly -y - name: Run tests run: nim c -d:ssl --path:src -r tests/test_all.nim