diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 1276ad01b..2b39a2f84 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -67,7 +67,10 @@ jobs: - run: | mkdir dependencies/ - cp -av "${{ env.Qt5_Dir }}/bin/"*"dll" dependencies/ + cp -av "${{ env.Qt5_Dir }}/bin/Qt5Core.dll" dependencies/ + cp -av "${{ env.Qt5_Dir }}/bin/Qt5Gui.dll" dependencies/ + cp -av "${{ env.Qt5_Dir }}/bin/Qt5OpenGL.dll" dependencies/ + cp -av "${{ env.Qt5_Dir }}/bin/Qt5Widgets.dll" dependencies/ if: ${{ matrix.platform == 'windows-2019' }} shell: bash - run: |