Skip to content

Commit 6a02116

Browse files
committed
win fix
1 parent b351aa8 commit 6a02116

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/hipo-win-510.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,8 @@ jobs:
161161
working-directory: ${{runner.workspace}}/installs
162162
run: |
163163
ls
164-
& ".\${{ matrix.config }}\bin\highs.exe" --solver=hipo `
164+
ls bin
165+
& ".\bin\highs.exe" --solver=hipo `
165166
"${{ runner.workspace }}/highs-tests/HiGHS/check/instances/afiro.mps"
166167
167168
- name: Checkout CMakeHighsFindPackage
@@ -248,8 +249,6 @@ jobs:
248249
echo "----- ls build"
249250
ls ${{runner.workspace}}/build
250251
echo "-----"
251-
rm -rf ${{runner.workspace}}/build
252-
cmake -E make_directory ${{runner.workspace}}/build
253252
cd CMakeHighsFetchContent
254253
cmake `
255254
-S ${{runner.workspace}}/highs-tests/CMakeHighsFetchContent `

0 commit comments

Comments
 (0)