Skip to content

Commit 398748c

Browse files
committed
removed temp dir listing
1 parent e0250b4 commit 398748c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/test.yml

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

5050
- name: move DLLs next to wrapper
5151
if: matrix.os == 'windows-2022'
52-
run: |
53-
dir
54-
Move-Item -Force -Path .\libzim\*.dll -Destination .\
52+
run: Move-Item -Force -Path .\libzim\*.dll -Destination .\
5553

5654
- name: Testing
5755
run: |

0 commit comments

Comments
 (0)