diff options
author | saturneric <[email protected]> | 2024-07-29 15:05:19 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-07-29 15:05:19 +0000 |
commit | 42f6017b763120448bc4a27ed072960da9615013 (patch) | |
tree | 5d6d9611d5737d6786e57876e562131c5e8a5bb3 /.github/workflows/release-qt5.yml | |
parent | fix: rm submodule spdlog (diff) | |
download | GpgFrontend-42f6017b763120448bc4a27ed072960da9615013.tar.gz GpgFrontend-42f6017b763120448bc4a27ed072960da9615013.zip |
fix: missing libGLESv2.dll
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/release-qt5.yml | 2 |
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' |