mirror of
https://github.com/status-im/nim-libp2p.git
synced 2025-02-05 01:23:59 +00:00
test: replace nimble.exe with nimble.cmd on windows
This commit is contained in:
parent
2a2a552bb0
commit
f61b69a3e7
8
.github/actions/install_nim/action.yml
vendored
8
.github/actions/install_nim/action.yml
vendored
@ -123,8 +123,10 @@ runs:
|
||||
bash build_nim.sh nim csources ${NIMBLE_DIR} NimBinaries
|
||||
nimble install nimble -y
|
||||
ls -la nim/bin
|
||||
ls -la $NIMBLE_DIR/bin
|
||||
cat $NIMBLE_DIR/bin/nimble.cmd
|
||||
# rm -rf nim/bin/nimble.exe
|
||||
# ls -la $NIMBLE_DIR/bin
|
||||
rm -rf nim/bin/nimble.exe
|
||||
cp $NIMBLE_DIR/bin/nimble.cmd nim/bin/
|
||||
ls -la nim/bin
|
||||
|
||||
# ln -s $NIMBLE_DIR/bin/nimble.exe nim/bin/nimble.exe
|
||||
|
||||
|
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -80,6 +80,7 @@ jobs:
|
||||
|
||||
- name: Install deps
|
||||
run: |
|
||||
export NIMBLE_DIR=$HOME/.nimble
|
||||
nimble install -y --depsOnly
|
||||
|
||||
- name: Run tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user