mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Merge remote-tracking branch 'origin/master' into mswin-actions
This commit is contained in:
commit
549081438b
2 changed files with 3 additions and 2 deletions
3
.github/workflows/windows.yml
vendored
3
.github/workflows/windows.yml
vendored
|
@ -35,7 +35,8 @@ jobs:
|
|||
${{ runner.os }}-chocolatey-
|
||||
- name: Install libraries with chocolatey
|
||||
run: |
|
||||
choco install --no-progress openssl winflexbison3
|
||||
Choco-Install -PackageName openssl winflexbison3
|
||||
shell: pwsh
|
||||
- name: git config
|
||||
run: |
|
||||
git config --global core.autocrlf false
|
||||
|
|
|
@ -23,7 +23,7 @@ IRB
|
|||
end
|
||||
|
||||
def test_raise_exception_with_different_encoding_containing_invalid_byte_sequence
|
||||
skip if RUBY_ENGINE == 'truffleruby'
|
||||
skip if RUBY_ENGINE == 'truffleruby' || /mswin|mingw/ =~ RUBY_PLATFORM
|
||||
backup_home = ENV["HOME"]
|
||||
Dir.mktmpdir("test_irb_raise_no_backtrace_exception_#{$$}") do |tmpdir|
|
||||
ENV["HOME"] = tmpdir
|
||||
|
|
Loading…
Add table
Reference in a new issue