Skip to content

Commit 4456780

Browse files
committed
ls a
1 parent d44f47d commit 4456780

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/proto-win.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,18 @@ jobs:
2323
shell: bash
2424
run: ls C:/vcpkg/packages/metis_x64-windows/
2525

26+
- name: LS lib
27+
shell: bash
28+
run: ls C:/vcpkg/packages/metis_x64-windows/lib
29+
30+
- name: LS share
31+
shell: bash
32+
run: ls C:/vcpkg/packages/metis_x64-windows/share
33+
34+
- name: LS share cmake
35+
shell: bash
36+
run: ls C:/vcpkg/packages/metis_x64-windows/share/cmake
37+
2638
- name: Configure cmake
2739
shell: bash
2840
working-directory: ${{runner.workspace}}/build

0 commit comments

Comments
 (0)