mirror of
https://github.com/status-im/nim-libp2p.git
synced 2025-01-26 21:00:40 +00:00
test: add .exe to symlink for windows
This commit is contained in:
parent
6f37b671bd
commit
7bc112916e
3
.github/actions/install_nim/action.yml
vendored
3
.github/actions/install_nim/action.yml
vendored
@ -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
|
||||
|
||||
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -80,8 +80,6 @@ jobs:
|
||||
|
||||
- name: Install deps
|
||||
run: |
|
||||
ls -la ${HOME}
|
||||
pwd
|
||||
nimble install -y --depsOnly
|
||||
|
||||
- name: Run tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user