aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-07-29 15:05:19 +0000
committersaturneric <[email protected]>2024-07-29 15:05:19 +0000
commit42f6017b763120448bc4a27ed072960da9615013 (patch)
tree5d6d9611d5737d6786e57876e562131c5e8a5bb3 /.github
parentfix: rm submodule spdlog (diff)
downloadGpgFrontend-42f6017b763120448bc4a27ed072960da9615013.tar.gz
GpgFrontend-42f6017b763120448bc4a27ed072960da9615013.zip
fix: missing libGLESv2.dll
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release-qt5.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release-qt5.yml b/.github/workflows/release-qt5.yml
index 5125c128..e62692ff 100644
--- a/.github/workflows/release-qt5.yml
+++ b/.github/workflows/release-qt5.yml
@@ -51,7 +51,7 @@ jobs:
run: |
pacman --noconfirm -S --needed mingw-w64-x86_64-gcc mingw-w64-x86_64-make mingw-w64-x86_64-cmake autoconf
pacman --noconfirm -S --needed make texinfo automake
- pacman --noconfirm -S --needed mingw-w64-x86_64-qt5 libintl msys2-runtime-devel gettext-devel
+ pacman --noconfirm -S --needed mingw-w64-x86_64-qt5 mingw-w64-x86_64-angleproject libintl msys2-runtime-devel gettext-devel
pacman --noconfirm -S --needed mingw-w64-x86_64-ninja mingw-w64-x86_64-gnupg mingw-w64-x86_64-libarchive
if: matrix.os == 'windows-2019'