From 69eba670e8f5cb79d83dae85abeb364e8f440bd6 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Wed, 19 Aug 2020 13:42:10 -0400 Subject: [PATCH] appveyor.yml experiment --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 020b31064..f34a19bbd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,6 +14,7 @@ install: - bash -lc "pacman --noconfirm -S mingw-w64-x86_64-toolchain" - bash -lc "pacman --noconfirm -S mingw-w64-x86_64-pcre" - bash -lc "pacman --noconfirm -S msys2-runtime" + - bash -lc "pacman --noconfirm -S isl" build_script: - bash -lc "cd $APPVEYOR_BUILD_FOLDER; pwd"