We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b75fa2e commit ae46632Copy full SHA for ae46632
.github/workflows/hipo.yml
@@ -64,7 +64,7 @@ jobs:
64
cmake --build . --parallel --config ${{ matrix.build_type }}
65
- shell: cmd
66
run: |
67
- cdb.exe -o -g -G -lines build/${{ matrix.build_type }}/bin/highs --solver=hipo check/instances/flugpl.mps
+ "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\cdb.exe" -o -g -G -lines build/${{ matrix.build_type }}/bin/highs --solver=hipo check/instances/flugpl.mps
68
- run: |
69
cd build
70
ctest -C ${{ matrix.build_type }} --parallel --timeout 300 --output-on-failure --quiet --no-tests=error
0 commit comments