Skip to content

Commit

Permalink
Fixed relative paths for test-spec
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Mar 28, 2020
1 parent 5806c54 commit f432b5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mingw.yml
Expand Up @@ -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")
Expand Down

0 comments on commit f432b5e

Please sign in to comment.