diff options
| author | Rory OConnell <[email protected]> | 2020-06-29 15:44:13 -0700 |
|---|---|---|
| committer | Rory OConnell <[email protected]> | 2020-06-29 15:44:13 -0700 |
| commit | ce167d70b77a21baac6686ccb568eaad00bee35f (patch) | |
| tree | c7d9816304561439b7feead90284356ac2e4ce12 | |
| parent | 0ed623c44261da33edfb6e14c6c5cc26fb33e17a (diff) | |
| download | mruby-ce167d70b77a21baac6686ccb568eaad00bee35f.tar.gz mruby-ce167d70b77a21baac6686ccb568eaad00bee35f.zip | |
fix quoting
| -rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
