mirror of
https://github.com/status-im/nim-libp2p.git
synced 2025-01-12 22:14:35 +00:00
test: add .exe to remove file for windows
This commit is contained in:
parent
7bc112916e
commit
d77cee6c41
2
.github/actions/install_nim/action.yml
vendored
2
.github/actions/install_nim/action.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user