We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89f027a commit 4a179fcCopy full SHA for 4a179fc
1 file changed
.github/workflows/test.yml
@@ -49,7 +49,9 @@ jobs:
49
50
- name: move DLLs next to wrapper
51
if: matrix.os == 'windows-latest'
52
- run: move libzim\*.dll %cd%\
+ run: |
53
+ dir
54
+ move libzim\*.dll %cd%\
55
56
- name: Testing
57
run: |
0 commit comments