aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-07-29 15:57:18 +0000
committersaturneric <[email protected]>2024-07-29 15:57:18 +0000
commit1981fb261fec18fe7e5671c0b3ac5fa9d31c6c6c (patch)
tree29f5bae1f6158ad497b9a8a21f7797c92b8e9356 /.github/workflows/release.yml
parentfix: try to solve dependencies issues at app only build on windows (diff)
downloadGpgFrontend-1981fb261fec18fe7e5671c0b3ac5fa9d31c6c6c.tar.gz
GpgFrontend-1981fb261fec18fe7e5671c0b3ac5fa9d31c6c6c.zip
fix: avoid using in-repo third parties libraries on windows at full sdk build
Diffstat (limited to '')
-rw-r--r--.github/workflows/release.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index f06ef971..9db3b204 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -99,6 +99,7 @@ jobs:
pacman --noconfirm -S --needed make texinfo automake
pacman --noconfirm -S --needed mingw-w64-x86_64-qt6 mingw-w64-x86_64-icu 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
+ pacman --noconfirm -S --needed mingw-w64-x86_64-gtest
if: matrix.os == 'windows-2019'
- name: Build gpg-error (Linux)