1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fixed relative paths for test-spec

This commit is contained in:
Nobuyoshi Nakada 2020-03-28 22:15:27 +09:00
parent 5806c54447
commit f432b5e5cd
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60
Notes: git 2020-03-28 23:33:35 +09:00

View file

@ -129,8 +129,8 @@ jobs:
timeout-minutes: 10
working-directory: src/spec/ruby
run: |
$env:TMPDIR = "$pwd/../temp"
$env:PATH = "$pwd/../install/bin;$env:PATH"
$env:TMPDIR = "$pwd/../../../temp"
$env:PATH = "$pwd/../../../install/bin;$env:PATH"
# Actions uses UTF8, causes test failures, similar to normal OS setup
$PSDefaultParameterValues['*:Encoding'] = 'utf8'
[Console]::OutputEncoding = [System.Text.Encoding]::GetEncoding("IBM437")