From b72c43acd02e38fd8ca5a7032062471819dc76e2 Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Wed, 12 Jul 2023 18:43:13 -0700 Subject: [PATCH] try nimble install nimble --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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: |