From 937c8c5fb6070a0420641c29a7c12c76deccc7db Mon Sep 17 00:00:00 2001 From: web3-developer <51288821+web3-developer@users.noreply.github.com> Date: Tue, 23 Jul 2024 10:31:56 +0800 Subject: [PATCH] Remove nimble install. --- .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 c2b185d..abb7166 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -121,7 +121,7 @@ jobs: nim --version nimble --version - nimble install -y + # nimble install -y # nimble test # static linking is not supported on windows