Skip to content

Commit

Permalink
Try to make Win32 releases build (5)
Browse files Browse the repository at this point in the history
  • Loading branch information
BatchDrake committed Feb 1, 2025
1 parent 31ec833 commit 9c33e73
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/win32deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ runs:
shell: ${{inputs.shell}}
run: ls /mingw64/bin

- name: Locate where the heck is qmake6
shell: ${{inputs.shell}}
run: which qmake6

- name: Fix location of lrelease executable
shell: ${{inputs.shell}}
run: ln -s /mingw64/bin/lrelease-qt6.exe /mingw64/bin/lrelease.exe
Expand Down

0 comments on commit 9c33e73

Please sign in to comment.