Skip to content

Commit

Permalink
github: attempt to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Adspartan committed Dec 10, 2024
1 parent 6d144c3 commit 0936406
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 0936406

Please sign in to comment.