We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 355c4e4 commit e6326dbCopy full SHA for e6326db
appveyor.yml
@@ -1,5 +1,7 @@
1
---
2
init:
3
+ # Set UTF-8 to use Unicode property because the defualt encoding on AppVeyor is Encoding::IBM437
4
+ - set RUBYOPT=-EUTF-8
5
# To avoid duplicated executables in PATH, see https://github.com/ruby/spec/pull/468
6
- set PATH=C:\ruby%RUBY_VERSION%\bin;C:\msys64\usr\bin;C:\Program Files\7-Zip;C:\Program Files\AppVeyor\BuildAgent;C:\Program Files\Git\cmd;C:\Windows\system32;C:\Program Files;C:\Windows
7
# Loads trunk build and updates MSYS2 / MinGW to most recent gcc compiler
0 commit comments