Skip to content

Commit

Permalink
Try to make Win32 releases build (4)
Browse files Browse the repository at this point in the history
  • Loading branch information
BatchDrake committed Feb 1, 2025
1 parent caacfd3 commit 31ec833
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/actions/win32deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ runs:
msystem: MINGW64
update: true
install: git mingw-w64-x86_64-cc mingw-w64-x86_64-make mingw-w64-x86_64-cmake mingw-w64-x86_64-libsndfile mingw-w64-x86_64-fftw mingw-w64-x86_64-volk mingw-w64-x86_64-libxml2 mingw-w64-x86_64-libusb mingw-w64-x86_64-qt6 mingw-w64-x86_64-portaudio zip


- name: Listing everything on /mingw64 to ease debugging
shell: ${{inputs.shell}}
run: ls /mingw64/bin

- 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 31ec833

Please sign in to comment.