mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Don't fail if cache exists
This commit is contained in:
parent
cfd4f45c37
commit
328613eb4b
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ build-windows:
|
||||||
APPVEYOR_REPO_COMMIT: "${CI_COMMIT_SHORT_SHA}"
|
APPVEYOR_REPO_COMMIT: "${CI_COMMIT_SHORT_SHA}"
|
||||||
CMAKE_BUILD_PARALLEL_LEVEL: 8
|
CMAKE_BUILD_PARALLEL_LEVEL: 8
|
||||||
before_script:
|
before_script:
|
||||||
- mkdir -p hunter
|
- mkdir -p hunter -f
|
||||||
- Move-Item -Path hunter -Destination C:/hunter
|
- Move-Item -Path hunter -Destination C:/hunter
|
||||||
script:
|
script:
|
||||||
- ./.ci/windows/build.bat
|
- ./.ci/windows/build.bat
|
||||||
|
|
Loading…
Reference in a new issue