Skip to content

Commit

Permalink
List out directory. Maybe something is missing?
Browse files Browse the repository at this point in the history
  • Loading branch information
garfieldnate committed Oct 5, 2023
1 parent 35e1592 commit 0147ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ 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 +201,7 @@ jobs:
- name: SML Tcl tests
working-directory: ./out
run: |
Get-ChildItem -Recurse
tclsh TestTclSML.tcl
if ($lastexitcode -ne 0) {
throw "TestTclSML.tcl exit code: $lastexitcode"
Expand Down

0 comments on commit 0147ae9

Please sign in to comment.