mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +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}"
|
||||
CMAKE_BUILD_PARALLEL_LEVEL: 8
|
||||
before_script:
|
||||
- mkdir -p hunter
|
||||
- mkdir -p hunter -f
|
||||
- Move-Item -Path hunter -Destination C:/hunter
|
||||
script:
|
||||
- ./.ci/windows/build.bat
|
||||
|
|
Loading…
Reference in a new issue