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 5c825c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

- run: |
mkdir dependencies/
cp -av "${{ env.Qt5_Dir }}/bin/"*"dll" dependencies/
cp -av "${{ env.Qt5_Dir }}/bin/*dll" dependencies/
if: ${{ matrix.platform == 'windows-2019' }}
shell: bash
- run: |
Expand Down

0 comments on commit 5c825c4

Please sign in to comment.