Skip to content

Commit 4a179fc

Browse files
committed
[tmp] ls folder to find out issue
1 parent 89f027a commit 4a179fc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ jobs:
4949

5050
- name: move DLLs next to wrapper
5151
if: matrix.os == 'windows-latest'
52-
run: move libzim\*.dll %cd%\
52+
run: |
53+
dir
54+
move libzim\*.dll %cd%\
5355
5456
- name: Testing
5557
run: |

0 commit comments

Comments
 (0)