Cleanup PATH for JRuby on Windows

* That way we remove the default Ruby in PATH which was confusing.
This commit is contained in:
Benoit Daloze
2020-02-08 22:14:50 +01:00
parent f422c055c3
commit 30011b6444
4 changed files with 31 additions and 18 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
ruby-version: ${{ matrix.ruby }}
- run: ruby --version
- run: ridk version
if: matrix.os == 'windows-latest' && !startsWith(matrix.ruby, '2.3') && !startsWith(matrix.ruby, '2.2')
if: matrix.os == 'windows-latest' && !startsWith(matrix.ruby, 'jruby') && !startsWith(matrix.ruby, '2.3') && !startsWith(matrix.ruby, '2.2')
- name: Subprocess test
run: ruby test_subprocess.rb
- name: OpenSSL version