From 3662f217c066529d403823bcb043b98aa08c23bf Mon Sep 17 00:00:00 2001 From: Roman Date: Thu, 23 Nov 2023 18:52:03 +0800 Subject: [PATCH] test: check Nimble binary on Windows --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a858f9d7b..c1e5b71af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: - name: Install deps run: | - ls -la ${HOME}/.nimble + ls -la ${HOME}/nim/bin/nimble nimble install -y --depsOnly - name: Run tests