diff options
author | Saturneric <[email protected]> | 2022-05-13 17:39:58 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-05-13 17:39:58 +0000 |
commit | 660f031048a469cf84970fb002f1b75d7ac1e097 (patch) | |
tree | 2d29ede8d7385c25124017b04df52e90bd9dc0c3 | |
parent | fix: solve build issues (diff) | |
download | GpgFrontend-660f031048a469cf84970fb002f1b75d7ac1e097.tar.gz GpgFrontend-660f031048a469cf84970fb002f1b75d7ac1e097.zip |
fix(ci): add icu_69 dependency for msys2
-rw-r--r-- | .github/workflows/debug.yml | 2 | ||||
-rw-r--r-- | .github/workflows/release.yml | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 345a724e..9ee690be 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -124,7 +124,7 @@ jobs: 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 mingw-w64-x86_64-gpgme - pacman --noconfirm -S --needed mingw-w64-x86_64-libarchive + pacman --noconfirm -S --needed mingw-w64-x86_64-libarchive mingw-w64-x86_64-icu mingw-w64-x86_64-icu-debug-libs if: matrix.os == 'windows-latest' - name: Build GpgFrontend (Linux) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5d27d6fd..5696c692 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -131,6 +131,7 @@ jobs: 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 mingw-w64-x86_64-gpgme pacman --noconfirm -S --needed mingw-w64-x86_64-ninja mingw-w64-x86_64-gnupg mingw-w64-x86_64-libarchive + pacman --noconfirm -S --needed mingw-w64-x86_64-icu mingw-w64-x86_64-icu-debug-libs if: matrix.os == 'windows-2019' - name: Build GpgFrontend (Linux) |