diff options
author | saturneric <[email protected]> | 2024-07-29 01:50:19 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-07-29 01:50:19 +0000 |
commit | 9af2cf0bd79d0636952c5b9b421ee326655b4960 (patch) | |
tree | d22fc81e3a69b059ee6220dc3eeb5990912bbf32 /.github | |
parent | fix: solve qt5 problems (diff) | |
download | GpgFrontend-9af2cf0bd79d0636952c5b9b421ee326655b4960.tar.gz GpgFrontend-9af2cf0bd79d0636952c5b9b421ee326655b4960.zip |
fix: adjust qt5 build config
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/codeql-analysis.yml | 2 | ||||
-rw-r--r-- | .github/workflows/release-qt5.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index f420374d..62d41ce4 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -97,7 +97,7 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v3 with: - version: '6.5.3' + version: '6.7.2' cache: 'true' - name: Configure CMake && Build GpgFrontend diff --git a/.github/workflows/release-qt5.yml b/.github/workflows/release-qt5.yml index f65408e8..56a7453c 100644 --- a/.github/workflows/release-qt5.yml +++ b/.github/workflows/release-qt5.yml @@ -122,7 +122,7 @@ jobs: - name: Build GpgME (Windows) shell: msys2 {0} run: | - git clone --depth 1 --branch gpgme-1.18.0 git://git.gnupg.org/gpgme.git ${{github.workspace}}/third_party/gpgme + git clone --depth 1 --branch fix/1.18.0 https://git.bktus.com/GpgFrontend/gpgme.git ${{github.workspace}}/third_party/gpgme cd ${{github.workspace}}/third_party/gpgme ./autogen.sh ./configure --enable-maintainer-mode --enable-languages=cpp --disable-gpg-test && make -j4 |