summary refs log tree commit diff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-01-11 14:16:37 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2020-01-11 14:16:37 +0100
commit91a576fac1c95809a1a2e04e0725366bc312eb20 (patch)
tree390e1636d3014ae23fe0d3af8f90968fc8938ca7 /appveyor.yml
parentImplement fancy reply rendering (diff)
downloadnheko-91a576fac1c95809a1a2e04e0725366bc312eb20.tar.xz
Disable appveyor .deps cache
Diffstat (limited to '')
-rw-r--r--appveyor.yml2
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