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 e0250b4 commit 398748cCopy full SHA for 398748c
1 file changed
.github/workflows/test.yml
@@ -49,9 +49,7 @@ jobs:
49
50
- name: move DLLs next to wrapper
51
if: matrix.os == 'windows-2022'
52
- run: |
53
- dir
54
- Move-Item -Force -Path .\libzim\*.dll -Destination .\
+ run: Move-Item -Force -Path .\libzim\*.dll -Destination .\
55
56
- name: Testing
57
run: |
0 commit comments