From b595f31001b0151ed9c54aab9d03a9e4309f4ce0 Mon Sep 17 00:00:00 2001 From: Roman Date: Fri, 17 Nov 2023 16:55:49 +0800 Subject: [PATCH] test: find pkgs2 on macos --- .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 5a51a0def..03d32dc17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,6 +88,6 @@ jobs: run: | nim --version nimble --version - ls -la /home/runner/.nimble/pkgs2 + find . -name pkgs2 #NIMFLAGS="${NIMFLAGS} --mm:refc --verbosity:3" nimble test