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 6d144c3 commit 5c825c4Copy full SHA for 5c825c4
.github/workflows/cmake.yml
@@ -67,7 +67,7 @@ jobs:
67
68
- run: |
69
mkdir dependencies/
70
- cp -av "${{ env.Qt5_Dir }}/bin/"*"dll" dependencies/
+ cp -av "${{ env.Qt5_Dir }}/bin/*dll" dependencies/
71
if: ${{ matrix.platform == 'windows-2019' }}
72
shell: bash
73
0 commit comments