Skip to content

Commit

Permalink
CI: Try mingw with older qt5 #3
Browse files Browse the repository at this point in the history
  • Loading branch information
donarturo11 committed Dec 28, 2024
1 parent 38f17b7 commit 70c392c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,9 @@ jobs:
export ARTIFACT_DIR=${{env.WORKDIR}}/${PACKAGE_NAME}
find "${{env.DEPSPATH}}" -name "*.dll" -exec cp {} ${{env.APPDIR}}/ \;
if [[ ${{matrix.aqt-os }} == 'none' ]]; then
windeployqt ${{env.APPDIR}}/ || echo "::warning::Unknown error"
windeployqt --release ${{env.APPDIR}}/ || echo "::warning::Unknown error"
else
${{matrix.aqt-prefix}}/${{matrix.qt-version}}/${{matrix.aqt-subdir}}/bin/windeployqt.exe ${{env.APPDIR}}/
${{matrix.aqt-prefix}}/${{matrix.qt-version}}/${{matrix.aqt-subdir}}/bin/windeployqt.exe --release ${{env.APPDIR}}/
fi
if [[ ${{matrix.aqt-os }} == 'none' ]]; then
echo "::notice:: Deploying additional libs"
Expand Down

0 comments on commit 70c392c

Please sign in to comment.