Skip to content

Commit 5c825c4

Browse files
committed
github: attempt to fix build
1 parent 6d144c3 commit 5c825c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
- run: |
6969
mkdir dependencies/
70-
cp -av "${{ env.Qt5_Dir }}/bin/"*"dll" dependencies/
70+
cp -av "${{ env.Qt5_Dir }}/bin/*dll" dependencies/
7171
if: ${{ matrix.platform == 'windows-2019' }}
7272
shell: bash
7373
- run: |

0 commit comments

Comments
 (0)