Skip to content

Commit 49694e2

Browse files
committed
try conda-forge highs build
1 parent 0e9da86 commit 49694e2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/hipo-win-conda-forge.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ jobs:
4545
# - name: Create build dir
4646
# run: cmake -E make_directory ${{runner.workspace}}/build
4747

48-
# - name: Configure cmake
49-
# shell: bash
50-
# working-directory: ${{runner.workspace}}/build
51-
# run: |
52-
# cmake $GITHUB_WORKSPACE \
53-
# -DHIPO=ON \
54-
# -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake
48+
- name: Configure cmake
49+
shell: bash
50+
working-directory: ${{runner.workspace}}/build
51+
run: |
52+
cmake $GITHUB_WORKSPACE \
53+
-DHIPO=ON \
54+
-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake
5555
5656
# - name: Build
5757
# shell: bash

0 commit comments

Comments
 (0)