diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-06-25 18:57:45 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-06-25 18:57:45 +0200 |
commit | 7fdd00a5c15a0f32b9000198160884f729a715e5 (patch) | |
tree | 59098173e76f07a183beda120814f735b7862bb3 | |
parent | Merge pull request #610 from Nheko-Reborn/spaces (diff) | |
download | nheko-7fdd00a5c15a0f32b9000198160884f729a715e5.tar.xz |
Try to fix appveyor
-rw-r--r-- | appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index 4dc986ca..d54fffba 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,8 +15,8 @@ environment: cache: - - c:\hunter\ -> appveyor.yml - - build\_deps -> appveyor.yml + - c:\hunter\ -> appveyor.yml, CMakeLists.txt + - build\_deps -> appveyor.yml, CMakeLists.txt build: verbosity: minimal |