test: retest with Nim 2.0
This commit is contained in:
parent
20492387c0
commit
cd5512d1a7
|
@ -121,10 +121,5 @@ runs:
|
|||
env MAKE="${MAKE_CMD} -j${ncpu}" ARCH_OVERRIDE=${PLATFORM} NIM_COMMIT=${{ inputs.nim_branch }} \
|
||||
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
|
||||
# ls -la nim/bin
|
||||
# rm -rf nim/bin/nimble.exe
|
||||
# ln -s $NIMBLE_DIR/bin/nimble.cmd nim/bin/nimble.cmd
|
||||
# ls -la nim/bin
|
||||
# find / -name nimble.exe
|
||||
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
cpu: amd64
|
||||
- os: windows
|
||||
cpu: amd64
|
||||
branch: [version-1-6]
|
||||
branch: [version-2-0]
|
||||
include:
|
||||
- target:
|
||||
os: linux
|
||||
|
|
Loading…
Reference in New Issue