Skip to content

Commit ae46632

Browse files
committed
Update
1 parent b75fa2e commit ae46632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hipo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
cmake --build . --parallel --config ${{ matrix.build_type }}
6565
- shell: cmd
6666
run: |
67-
cdb.exe -o -g -G -lines build/${{ matrix.build_type }}/bin/highs --solver=hipo check/instances/flugpl.mps
67+
"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
6868
- run: |
6969
cd build
7070
ctest -C ${{ matrix.build_type }} --parallel --timeout 300 --output-on-failure --quiet --no-tests=error

0 commit comments

Comments
 (0)