Skip to content

Commit

Permalink
these seem to be syntax errors for our shell
Browse files Browse the repository at this point in the history
  • Loading branch information
esheldon committed Jun 19, 2024
1 parent 41f5c77 commit 887da3d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,10 @@ jobs:
-D TESTS=On ^
-D UTILS=On ^
..
if errorlevel 1 exit 1
nmake
if errorlevel 1 exit 1
nmake install
if errorlevel 1 exit 1
:: delete in case this breaks other things - only needed for compilation anyway
del %LIBRARY_INC%\unistd.h
if errorlevel 1 exit 1
cd ..
cd ..
Expand Down

0 comments on commit 887da3d

Please sign in to comment.