Skip to content

Commit b75fa2e

Browse files
committed
Update
1 parent 50ae6e1 commit b75fa2e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/hipo.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,9 @@ jobs:
6262
-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake `
6363
..
6464
cmake --build . --parallel --config ${{ matrix.build_type }}
65-
"C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\cdb.exe" -o -g -G -lines `
66-
./${{ matrix.build_type }}/bin/highs `
67-
--options_file ../check/hipo_test_option_files/hipo_options_0 `
68-
../check/instances/flugpl.mps
65+
- shell: cmd
66+
run: |
67+
cdb.exe -o -g -G -lines build/${{ matrix.build_type }}/bin/highs --solver=hipo check/instances/flugpl.mps
68+
- run: |
69+
cd build
6970
ctest -C ${{ matrix.build_type }} --parallel --timeout 300 --output-on-failure --quiet --no-tests=error

0 commit comments

Comments
 (0)