From 4215b9cbdb2082982eb5220171dab6ac74240b18 Mon Sep 17 00:00:00 2001 From: cheatfate Date: Thu, 8 Nov 2018 00:31:20 +0200 Subject: [PATCH] Remove cache dependency on appveyor.yml. --- .appveyor.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 68e95f0..921c9f7 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,9 +1,9 @@ version: '{build}' cache: -- x86_64-4.9.2-release-win32-seh-rt_v4-rev4.7z -> .appveyor.yml -- i686-4.9.2-release-win32-dwarf-rt_v4-rev4.7z -> .appveyor.yml -- Nim -> .appveyor.yml +- x86_64-4.9.2-release-win32-seh-rt_v4-rev4.7z +- i686-4.9.2-release-win32-dwarf-rt_v4-rev4.7z +- Nim matrix: # We always want 32 and 64-bit compilation @@ -84,4 +84,3 @@ test_script: - nimble test deploy: off -