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:
parent
5806c54447
commit
f432b5e5cd
Notes:
git
2020-03-28 23:33:35 +09:00
1 changed files with 2 additions and 2 deletions
4
.github/workflows/mingw.yml
vendored
4
.github/workflows/mingw.yml
vendored
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue