From c2c4c8105450c531f46c86c8048e2936a118bbcc Mon Sep 17 00:00:00 2001 From: Remo Christen Date: Fri, 21 Jul 2023 15:48:14 +0200 Subject: [PATCH] [issue1093] Remove PATH setting and debug output. --- .github/workflows/windows.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index b61499f75d..3009f22120 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -83,14 +83,6 @@ jobs: - name: Compile planner shell: cmd run: | - dir D:\a\downward - dir D:\a\downward\cplex_temp - dir D:\a\downward\cplex - dir D:\a\downward\cplex\lib - dir D:\a\downward\cplex\lib\x64_windows_msvc14 - dir D:\a\downward\cplex\lib\x64_windows_msvc14\stat_mda - dir D:\a\downward\cplex\lib\x64_windows_msvc14\stat_mdd - dir D:\a\downward\cplex_temp\opl\bin\x64_win64 call "${{ matrix.platform.vc }}" %ARCH% python build.py release python build.py debug @@ -108,11 +100,6 @@ jobs: # steps, we hope to be able to install VAL natively on Windows. run: | call "${{ matrix.platform.vc }}" %ARCH% - #rem "dumpbin /dependents builds\release\bin\downward.exe shows that" - #rem "downward.exe depends on cplexXYZ.dll. Thus, we have to add it to" - #rem "the PATH. On my local CPLEX installation this is done" - #rem "automatically. For the GitHub Action we have to do it manually:" - #set PATH=%PATH%;D:\a\downward\cplex_temp\opl\bin\x64_win64/ cd misc/ tox -e translator,search @@ -121,7 +108,6 @@ jobs: if: ${{ env.CPLEX_URL != 0 }} run: | call "${{ matrix.platform.vc }}" %ARCH% - #set PATH=%PATH%;D:\a\downward\cplex_temp\opl\bin\x64_win64/ cd misc/ tox -e cplex