diff options
author | saturneric <[email protected]> | 2025-04-17 21:24:25 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-04-17 21:24:25 +0000 |
commit | 5a9f26d18b2884ddfd15db37e98b308a5fbffc1f (patch) | |
tree | 682e2092882c943c7f793b38af912af75e31a8b3 | |
parent | fix: a stupid issue (diff) | |
download | GpgFrontend-5a9f26d18b2884ddfd15db37e98b308a5fbffc1f.tar.gz GpgFrontend-5a9f26d18b2884ddfd15db37e98b308a5fbffc1f.zip |
fix: workflows codeql and qt5
-rw-r--r-- | .github/workflows/codeql-analysis.yml | 6 | ||||
-rw-r--r-- | .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 |