mirror of
https://github.com/status-im/nimbus-build-system.git
synced 2025-02-20 08:08:09 +00:00
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…
x
Reference in New Issue
Block a user