Skip to content

Commit e8cbd4e

Browse files
committed
prefix path attempt
1 parent 4456780 commit e8cbd4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/proto-win.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ jobs:
3333

3434
- name: LS share cmake
3535
shell: bash
36-
run: ls C:/vcpkg/packages/metis_x64-windows/share/cmake
36+
run: ls C:/vcpkg/packages/metis_x64-windows/share/metis
3737

3838
- name: Configure cmake
3939
shell: bash
4040
working-directory: ${{runner.workspace}}/build
41-
run: cmake $GITHUB_WORKSPACE -DPROTO_IPM=ON
41+
run: cmake $GITHUB_WORKSPACE -DPROTO_IPM=ON -DCMAKE_PREFIX_PATH=C:/vcpkg/packages/metis_x64-windows/share/metis
4242

4343
- name: Build
4444
working-directory: ${{runner.workspace}}/build

0 commit comments

Comments
 (0)