From ac8d05637ae751f99b85153803921a03c18b70cb Mon Sep 17 00:00:00 2001 From: Roman Date: Sat, 11 Nov 2023 09:59:57 +0800 Subject: [PATCH] Move Nimble upgrade to Run tests step --- .github/workflows/ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ee058d67..f7c3ffe51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,10 +80,10 @@ jobs: run: | V=1 bash scripts/build_p2pd.sh p2pdCache 124530a3 - - name: Upgrade Nimble - run: | - nimble install nimble@0.14.2 -y - nimble --version +# - name: Upgrade Nimble +# run: | +# nimble install nimble@0.14.2 -y +# nimble --version - name: Install deps run: | @@ -91,6 +91,7 @@ jobs: - name: Run tests run: | + nimble install nimble@0.14.2 -y nim --version nimble --version #NIMFLAGS="${NIMFLAGS} --mm:refc --verbosity:3" nimble test