We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bee787 commit 38b6a3cCopy full SHA for 38b6a3c
.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