Skip to content

Commit a86feeb

Browse files
committed
ls
1 parent 784586b commit a86feeb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/proto-win.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
- name: Create build dir
2020
run: cmake -E make_directory ${{runner.workspace}}/build
2121

22+
- name: LS
23+
shell: bash
24+
run: ls C:/vcpkg/packages/metis_x64-windows/
25+
2226
- name: Configure cmake
2327
shell: bash
2428
working-directory: ${{runner.workspace}}/build

0 commit comments

Comments
 (0)