From d34134799c8ff5146cfa0a979c54d3a092218418 Mon Sep 17 00:00:00 2001 From: Roman Date: Fri, 17 Nov 2023 14:25:47 +0800 Subject: [PATCH] test: print Nimble lock file - CI workflow --- .github/workflows/ci.yml | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5a080eeb..f63e23a60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,15 +70,15 @@ jobs: shell: ${{ matrix.shell }} nim_branch: ${{ matrix.branch }} - - name: Setup Go - uses: actions/setup-go@v4 - with: - go-version: '~1.15.5' - cache: false - - - name: Install p2pd - run: | - V=1 bash scripts/build_p2pd.sh p2pdCache 124530a3 +# - name: Setup Go +# uses: actions/setup-go@v4 +# with: +# go-version: '~1.15.5' +# cache: false +# +# - name: Install p2pd +# run: | +# V=1 bash scripts/build_p2pd.sh p2pdCache 124530a3 - name: Install deps run: | @@ -88,5 +88,8 @@ jobs: run: | nim --version nimble --version - NIMFLAGS="${NIMFLAGS} --mm:refc --verbosity:3" nimble test + nimble install -y --depsOnly + ls -la nimble.lock + cat nimble.lock + #NIMFLAGS="${NIMFLAGS} --mm:refc --verbosity:3" nimble test