diff options
| -rw-r--r-- | appveyor.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index a9464faca..b4514ec27 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,6 +22,9 @@ environment: init: - call "%visualcpp%" %machine% + # For using Rubyinstaller's Ruby 2.4 64bit + - set PATH=C:\Ruby24-x64\bin;%PATH% + - ruby --version install: |
