diff options
author | saturneric <[email protected]> | 2024-07-29 15:57:18 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-07-29 15:57:18 +0000 |
commit | 1981fb261fec18fe7e5671c0b3ac5fa9d31c6c6c (patch) | |
tree | 29f5bae1f6158ad497b9a8a21f7797c92b8e9356 /.github/workflows/release.yml | |
parent | fix: try to solve dependencies issues at app only build on windows (diff) | |
download | GpgFrontend-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.yml | 1 |
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) |