From ce167d70b77a21baac6686ccb568eaad00bee35f Mon Sep 17 00:00:00 2001 From: Rory OConnell <19547+RoryO@users.noreply.github.com> Date: Mon, 29 Jun 2020 15:44:13 -0700 Subject: fix quoting --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index cbbc774b2..522735abe 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -41,7 +41,7 @@ environment: machine: x86 init: - - call "%visualcpp%" "%machine%" + - call "%visualcpp%" %machine% # For using Rubyins4aller's Ruby 2.6 64bit # 2.6 is the highest supported Ruby version across all historical # Visual Studio AppVeyor images. Ruby 2.7 is only on the 2019 image. -- cgit v1.2.3