test: add .exe to symlink for windows

This commit is contained in:
Roman 2023-11-23 19:46:30 +08:00
parent 6f37b671bd
commit 7bc112916e
2 changed files with 2 additions and 3 deletions

View File

@ -123,4 +123,5 @@ runs:
bash build_nim.sh nim csources ${NIMBLE_DIR} NimBinaries
nimble install nimble -y
rm -rf nim/bin/nimble
ln -s $NIMBLE_DIR/bin/nimble nim/bin/nimble
ln -s $NIMBLE_DIR/bin/nimble.exe nim/bin/nimble.exe

View File

@ -80,8 +80,6 @@ jobs:
- name: Install deps
run: |
ls -la ${HOME}
pwd
nimble install -y --depsOnly
- name: Run tests