test: add .exe to remove file for windows

This commit is contained in:
Roman 2023-11-23 19:48:27 +08:00
parent 7bc112916e
commit d77cee6c41
1 changed files with 1 additions and 1 deletions

View File

@ -122,6 +122,6 @@ runs:
QUICK_AND_DIRTY_COMPILER=1 QUICK_AND_DIRTY_NIMBLE=1 CC=gcc \
bash build_nim.sh nim csources ${NIMBLE_DIR} NimBinaries
nimble install nimble -y
rm -rf nim/bin/nimble
rm -rf nim/bin/nimble.exe
ln -s $NIMBLE_DIR/bin/nimble.exe nim/bin/nimble.exe