Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro-Beirao authored Nov 23, 2024
1 parent 9113af4 commit 701bf0a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,13 @@ jobs:
with:
msystem: MINGW64
path-type: minimal
update: true
install: >-
mingw-w64-x86_64-qt5-static
mingw-w64-x86_64-gcc
mingw-w64-x86_64-make
- shell: msys2 {0}
run: |
pacman --noconfirm -S mingw-w64-x86_64-qt5-static mingw-w64-x86_64-gcc mingw-w64-x86_64-make
export PATH="/mingw64/bin:$PATH"
export PATH="/mingw64/qt5-static/bin:$PATH
Expand Down

0 comments on commit 701bf0a

Please sign in to comment.