diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d94509..c4f73a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,15 +106,11 @@ jobs: nimble -v nimble install -y nimble@0.14.2 - nimble -v - find ./.nimble/ - find ~/.nimble/ - - name: Setup Deps run: | - nimble install -d + nimble install -d -y - name: Run tests run: |