Skip to content

Commit f3b5ba0

Browse files
committed
try again 2
1 parent 882d54e commit f3b5ba0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
run: |
2121
conda install -y -c conda-forge gklib
2222
conda activate test
23+
dir "%CONDA_PREFIX%\Library\share\cmake\GKlib"
24+
dir "%CONDA_PREFIX%\Library\lib\cmake\GKlib
2325
2426
# - name: Check installs
2527
# working-directory: ${{runner.workspace}}
@@ -38,12 +40,10 @@ jobs:
3840

3941
- name: Install METIS
4042
run: |
41-
conda activate test
4243
conda install -y -c conda-forge metis
4344
4445
- name: Install OpenBLAS
4546
run: |
46-
conda activate test
4747
conda install -y -c conda-forge openblas
4848
4949
- name: Create build dir
@@ -53,8 +53,9 @@ jobs:
5353

5454
- name: Configure cmake
5555
shell: bash
56+
working-directory: ${{runner.workspace}}/build
5657
run: |
57-
cmake -S $GITHUB_WORKSPACE -B ${{runner.workspace}}/build
58+
cmake $GITHUB_WORKSPACE \
5859
-DHIPO=ON \
5960
-DCMAKE_FIND_LIBRARY_PREFIXES=";lib"
6061

0 commit comments

Comments
 (0)