aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-02-13 06:08:40 +0000
committerSaturneric <[email protected]>2022-02-13 06:08:40 +0000
commit3d37903c94e314395f58ab7ac32ce6ec32db9f84 (patch)
treeb0c7436ac2987f96f5c8a29e2f1fc75beddecf9d
parent<fix>(ci): Add textinfo package under Windows (diff)
downloadGpgFrontend-3d37903c94e314395f58ab7ac32ce6ec32db9f84.tar.gz
GpgFrontend-3d37903c94e314395f58ab7ac32ce6ec32db9f84.zip
<fix>(ci): Add mingw-w64-x86_64-gpgme package under Windows
-rw-r--r--.github/workflows/debug.yml4
-rw-r--r--.github/workflows/release.yml2
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml
index 92f85caa..97dcf4e2 100644
--- a/.github/workflows/debug.yml
+++ b/.github/workflows/debug.yml
@@ -89,8 +89,8 @@ 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 mingw-w64-x86_64-libconfig mingw-w64-x86_64-boost automake
- pacman --noconfirm -S --needed mingw-w64-x86_64-qt5 libintl msys2-runtime-devel gettext-devel texinfo
- pacman --noconfirm -S --needed mingw-w64-x86_64-ninja mingw-w64-x86_64-gnupg
+ pacman --noconfirm -S --needed mingw-w64-x86_64-qt5 libintl msys2-runtime-devel gettext-devel
+ pacman --noconfirm -S --needed mingw-w64-x86_64-ninja mingw-w64-x86_64-gnupg mingw-w64-x86_64-gpgme
pacman --noconfirm -S --needed mingw-w64-x86_64-libarchive
if: matrix.os == 'windows-latest'
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 678d57e7..a44c0c9f 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -97,7 +97,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 mingw-w64-x86_64-libconfig mingw-w64-x86_64-boost automake
- pacman --noconfirm -S --needed mingw-w64-x86_64-qt5 libintl msys2-runtime-devel gettext-devel texinfo
+ pacman --noconfirm -S --needed mingw-w64-x86_64-qt5 libintl msys2-runtime-devel gettext-devel mingw-w64-x86_64-gpgme
pacman --noconfirm -S --needed mingw-w64-x86_64-ninja mingw-w64-x86_64-gnupg mingw-w64-x86_64-libarchive
if: matrix.os == 'windows-2019'