Skip to content

Commit bbdc76d

Browse files
committed
Update
1 parent f53f570 commit bbdc76d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/hipo.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ jobs:
6262
-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake `
6363
..
6464
cmake --build . --parallel --config ${{ matrix.build_type }}
65-
- shell: cmd
66-
run: |
65+
- run: |
6766
build/${{ matrix.build_type }}/bin/highs --solver=hipo check/instances/flugpl.mps
6867
- run: |
6968
cd build

0 commit comments

Comments
 (0)