Skip to content

Commit fcbca97

Browse files
committed
typo
1 parent 74453e1 commit fcbca97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/proto-win.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
shell: bash
3232
run: ls C:/vcpkg/packages/metis_x64-windows/share
3333

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

3838
- name: Configure cmake
3939
shell: bash
@@ -42,7 +42,7 @@ jobs:
4242
cmake $GITHUB_WORKSPACE \
4343
-DPROTO_IPM=ON \
4444
-DCMAKE_PREFIX_PATH=C:/vcpkg/packages/metis_x64-windows/share/metis \
45-
-DCMAKE_PREFIX_PATH=-C:/vcpkg/packages/gklib_x64-windows/share/gklib
45+
-DCMAKE_PREFIX_PATH=C:/vcpkg/packages/gklib_x64-windows/share/gklib
4646
4747
- name: Build
4848
working-directory: ${{runner.workspace}}/build

0 commit comments

Comments
 (0)