From 887da3dcf701dc2ee313153f1ae806729d0f2e0f Mon Sep 17 00:00:00 2001 From: Erin Sheldon Date: Wed, 19 Jun 2024 13:54:58 -0400 Subject: [PATCH] these seem to be syntax errors for our shell --- .github/workflows/test-windows.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/test-windows.yaml b/.github/workflows/test-windows.yaml index 5456e610..9bcf418d 100644 --- a/.github/workflows/test-windows.yaml +++ b/.github/workflows/test-windows.yaml @@ -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 ..