From 5a9f26d18b2884ddfd15db37e98b308a5fbffc1f Mon Sep 17 00:00:00 2001 From: saturneric Date: Thu, 17 Apr 2025 23:24:25 +0200 Subject: fix: workflows codeql and qt5 --- .github/workflows/codeql-analysis.yml | 6 +++--- .github/workflows/release-qt5.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 028335b3..49accdb6 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -72,7 +72,7 @@ jobs: - name: Build gpg-error run: | - git clone --depth 1 --branch libgpg-error-1.47 git://git.gnupg.org/libgpg-error.git ${{github.workspace}}/third_party/libgpg-error + git clone --depth 1 --branch libgpg-error-1.51 git://git.gnupg.org/libgpg-error.git ${{github.workspace}}/third_party/libgpg-error cd ${{github.workspace}}/third_party/libgpg-error ./autogen.sh ./configure --enable-maintainer-mode && make -j4 @@ -81,7 +81,7 @@ jobs: - name: Build assuan run: | - git clone --depth 1 --branch libassuan-2.5.6 git://git.gnupg.org/libassuan.git ${{github.workspace}}/third_party/libassuan + git clone --depth 1 --branch libassuan-2.5.7 git://git.gnupg.org/libassuan.git ${{github.workspace}}/third_party/libassuan cd ${{github.workspace}}/third_party/libassuan ./autogen.sh ./configure --enable-maintainer-mode && make -j4 @@ -90,7 +90,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.24.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 -j4 diff --git a/.github/workflows/release-qt5.yml b/.github/workflows/release-qt5.yml index a3c54a24..22611e33 100644 --- a/.github/workflows/release-qt5.yml +++ b/.github/workflows/release-qt5.yml @@ -91,7 +91,7 @@ jobs: mingw-w64-x86_64-gcc mingw-w64-x86_64-make mingw-w64-x86_64-cmake - mingw-w64-x86_64-qt6 + mingw-w64-x86_64-qt5 mingw-w64-x86_64-icu mingw-w64-x86_64-ninja mingw-w64-x86_64-gnupg -- cgit v1.2.3