See #375. Remove trailing slash in Ruby/bin to PATH for Windows CI
This commit is contained in:
parent
58edfa40b3
commit
cadfb4a3e3
|
@ -77,7 +77,7 @@ install:
|
|||
|
||||
# Ruby & Gem
|
||||
- cinst ruby -y
|
||||
- "SET PATH=C:\\Ruby193\\bin\\;%PATH%"
|
||||
- "SET PATH=C:\\Ruby193\\bin;%PATH%"
|
||||
# Rubocop
|
||||
- gem install rubocop
|
||||
- where rubocop
|
||||
|
|
Loading…
Reference in New Issue