test: different nimble dir

This commit is contained in:
Roman 2023-12-06 15:55:02 +01:00
parent cd15368ebf
commit beacbd7008
No known key found for this signature in database
GPG Key ID: B8FE070B54E11B75
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ runs:
cp ./scripts/build_nim.sh .
env MAKE="${MAKE_CMD} -j${ncpu}" ARCH_OVERRIDE=${PLATFORM} NIM_COMMIT=${{ inputs.nim_branch }} \
QUICK_AND_DIRTY_COMPILER=1 QUICK_AND_DIRTY_NIMBLE=1 CC=gcc \
bash build_nim.sh nim csources dist/nimble NimBinaries
bash build_nim.sh nim csources dist/my_nimble NimBinaries
# nimble install nimble -y
# ls -la nim/bin
# rm -rf nim/bin/nimble.exe