From e3cf950c6e6a29744cbce5c99ddd8ebfc1797fac Mon Sep 17 00:00:00 2001 From: lost22git <65008815+lost22git@users.noreply.github.com> Date: Sun, 14 Apr 2024 03:41:44 +0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70ef598..fa366f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,4 +26,6 @@ jobs: sh init.sh -y - name: Testing - run: nimble test + run: | + export PATH=$HOME/.nimble/bin:$PATH + nimble test