Skip to content

Commit

Permalink
Try adding to path again, and print more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
garfieldnate committed Oct 6, 2023
1 parent 77c2758 commit 9c424ef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ jobs:
if ($lastexitcode -ne 0) {
throw "nmake exit code: $lastexitcode"
}
setx /M PATH "$($env:path);c:\progra~1\tcl\bin"
- name: build
env:
Expand Down Expand Up @@ -202,6 +203,11 @@ jobs:
working-directory: ./out
run: |
Get-ChildItem -Recurse
echo "|||||||||||||"
Get-ChildItem -Recurse c:\progra~1\tcl
echo "|||||||||||||"
echo $env:path
echo "|||||||||||||"
tclsh86t TestTclSML.tcl
if ($lastexitcode -ne 0) {
throw "TestTclSML.tcl exit code: $lastexitcode"
Expand Down

0 comments on commit 9c424ef

Please sign in to comment.