aboutsummaryrefslogtreecommitdiffstats
path: root/.gitea/workflows/develop-qt6.yml
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-12-02 19:39:06 +0000
committersaturneric <[email protected]>2024-12-02 19:39:06 +0000
commit0cea287ad9d41dd6df938533670000ee2cf5775d (patch)
tree514686a3004981b86b8a5ed1f7ea514e2bb372eb /.gitea/workflows/develop-qt6.yml
parenttranslation: improve zh_CN (diff)
downloadGpgFrontend-0cea287ad9d41dd6df938533670000ee2cf5775d.tar.gz
GpgFrontend-0cea287ad9d41dd6df938533670000ee2cf5775d.zip
feat: use gpgme 1.23.2 on develop build
Diffstat (limited to '')
-rw-r--r--.gitea/workflows/develop-qt6.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitea/workflows/develop-qt6.yml b/.gitea/workflows/develop-qt6.yml
index 7666b21a..3790c426 100644
--- a/.gitea/workflows/develop-qt6.yml
+++ b/.gitea/workflows/develop-qt6.yml
@@ -64,7 +64,7 @@ jobs:
- name: Build GpgME
run: |
- git clone --depth 1 --branch gpgme-1.22.0 git://git.gnupg.org/gpgme.git ${{github.workspace}}/third_party/gpgme
+ git clone --depth 1 --branch gpgme-1.23.2 git://git.gnupg.org/gpgme.git ${{github.workspace}}/third_party/gpgme
cd ${{github.workspace}}/third_party/gpgme
./autogen.sh
./configure --enable-maintainer-mode --enable-languages=cpp && make -j8