fix: use relative path

This commit is contained in:
Roman 2023-11-16 20:48:01 +08:00
parent ed6b481832
commit 27f902b462
1 changed files with 2 additions and 2 deletions

View File

@ -122,5 +122,5 @@ 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
ln -s $NIMBLE_DIR/bin/nimble /nim/bin/nimble
rm -rf nim/bin/nimble
ln -s $NIMBLE_DIR/bin/nimble nim/bin/nimble