mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Fix appveyor deps/cmakelist path
This commit is contained in:
parent
ceb6f85ccb
commit
f2f0efe9b3
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ environment:
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
- c:\tools\vcpkg\installed\ -> appveyor.yml
|
- c:\tools\vcpkg\installed\ -> appveyor.yml
|
||||||
- .deps -> deps/CMakeLists.txt, appveyor.yml
|
- .deps -> deps\CMakeLists.txt, appveyor.yml
|
||||||
|
|
||||||
build:
|
build:
|
||||||
verbosity: minimal
|
verbosity: minimal
|
||||||
|
|
Loading…
Reference in a new issue