test: remove NIMBLE_DIR variable

This commit is contained in:
Roman 2023-11-23 20:44:41 +08:00
parent f61b69a3e7
commit df6f443811
1 changed files with 0 additions and 2 deletions

View File

@ -80,13 +80,11 @@ jobs:
- name: Install deps
run: |
export NIMBLE_DIR=$HOME/.nimble
nimble install -y --depsOnly
- name: Run tests
run: |
nim --version
nimble --version
ls -la ${HOME}/.nimble/pkgs2
#NIMFLAGS="${NIMFLAGS} --mm:refc --verbosity:3" nimble test