diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-01-11 14:16:37 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-01-11 14:16:37 +0100 |
commit | 91a576fac1c95809a1a2e04e0725366bc312eb20 (patch) | |
tree | 390e1636d3014ae23fe0d3af8f90968fc8938ca7 /appveyor.yml | |
parent | Implement fancy reply rendering (diff) | |
download | nheko-91a576fac1c95809a1a2e04e0725366bc312eb20.tar.xz |
Disable appveyor .deps cache
Diffstat (limited to '')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index db95dc78..6100b246 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,7 +12,7 @@ environment: cache: - c:\tools\vcpkg\installed\ -> appveyor.yml - - .deps -> appveyor.yml,deps\CMakeLists.txt +# - .deps -> appveyor.yml,deps\CMakeLists.txt <- disabled because it randomly seems to break everytime build: verbosity: minimal |