Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Apr 19, 2024
1 parent 076a331 commit 79277b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ jobs:
ls ${env:GITHUB_WORKSPACE}\bin
ls ${env:GITHUB_WORKSPACE}\gnucobol
ls ${env:GITHUB_WORKSPACE}\gnucobol\bin
$gnucobolDir = Join-Path $env:GITHUB_WORKSPACE -ChildPath "gnucobol"
$env:Path = "${gnucobolDir}\bin;${env:GITHUB_WORKSPACE}\bin;${env:Path}"
$env:Path = "${env:GITHUB_WORKSPACE}\gnucobol\bin;${env:GITHUB_WORKSPACE}\bin;${env:Path}"
printenv
[System.Environment]::SetEnvironmentVariable('COB_CONFIG_DIR', "${gnucobolDir}\config")
[System.Environment]::SetEnvironmentVariable('COB_COPY_DIR', "${gnucobolDir}\copy")
Expand Down

0 comments on commit 79277b1

Please sign in to comment.