diff options
author | Saturneric <[email protected]> | 2022-02-13 05:39:40 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-02-13 05:39:40 +0000 |
commit | 52e4dc8c582de5d68e82229362db85dd88157190 (patch) | |
tree | 0b1c7e3b7398781dc872e8a41d7b25845665f94e | |
parent | <fix>(ci): Fix path issues under Windows (diff) | |
download | GpgFrontend-52e4dc8c582de5d68e82229362db85dd88157190.tar.gz GpgFrontend-52e4dc8c582de5d68e82229362db85dd88157190.zip |
<fix>(ci): Add textinfo package under Windows
-rw-r--r-- | .github/workflows/debug.yml | 4 | ||||
-rw-r--r-- | .github/workflows/release.yml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index b17c0d5c..92f85caa 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 - 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 texinfo + pacman --noconfirm -S --needed mingw-w64-x86_64-ninja mingw-w64-x86_64-gnupg 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 55759e10..678d57e7 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 + 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 mingw-w64-x86_64-libarchive if: matrix.os == 'windows-2019' |