Fix windows CI building (#56)
Linking doesn't work properly on github actions windows machines
This commit is contained in:
parent
c488f87b09
commit
72d51e4c32
|
@ -259,7 +259,7 @@ build_nim() {
|
|||
if [[ -n "$CI_CACHE" ]]; then
|
||||
rm -rf "$CI_CACHE"
|
||||
mkdir "$CI_CACHE"
|
||||
cp -a "$NIM_DIR"/bin/* "$CI_CACHE"/
|
||||
cp "$NIM_DIR"/bin/* "$CI_CACHE"/
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue