From e4cd0d6f1b9a6c3a99255eb8130d1832ab083618 Mon Sep 17 00:00:00 2001 From: aryoda Date: Wed, 13 Mar 2019 17:24:05 +0100 Subject: [PATCH] Trying to appveyor problem (compiling the glue package fails with: /bin/sh: c:/Rtools/mingw_32/bin/gcc: No such file or directory) --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 67a86f7..3bc3fd1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,6 +20,7 @@ install: environment: global: WARNINGS_ARE_ERRORS: 1 + USE_RTOOLS: true matrix: # Does not work (some unit tests produce slightliy different results on Windows - possibly due to different semantics)