From 9c424ef66afc5329e4daf5eaff8aefcfec80e16d Mon Sep 17 00:00:00 2001 From: Nathan Glenn Date: Fri, 6 Oct 2023 10:28:32 -0500 Subject: [PATCH] Try adding to path again, and print more stuff --- .github/workflows/build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 029f181afe..14786fb028 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: @@ -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"