diff options
author | saturneric <[email protected]> | 2024-12-02 23:31:33 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-12-02 23:31:33 +0000 |
commit | 12e52bb1e9160f1093aa9a581d5c8144b7347431 (patch) | |
tree | 078e2a2cad0fb4a7a6ed21d8e2dc67b8ac9fea34 /.github | |
parent | feat: update appstream meta data (diff) | |
download | GpgFrontend-12e52bb1e9160f1093aa9a581d5c8144b7347431.tar.gz GpgFrontend-12e52bb1e9160f1093aa9a581d5c8144b7347431.zip |
fix: set bundled gnupg version
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release-qt5.yml | 2 | ||||
-rw-r--r-- | .github/workflows/release.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release-qt5.yml b/.github/workflows/release-qt5.yml index 206c6406..fc4ca5a6 100644 --- a/.github/workflows/release-qt5.yml +++ b/.github/workflows/release-qt5.yml @@ -38,8 +38,8 @@ on: - "**.md" env: - # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) BUILD_TYPE: Release + GNUPG_VERSION: "2.4.7" jobs: build: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 10086967..6ee3b2fa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,8 +38,8 @@ on: - "**.md" env: - # Customize the CMake build type here (Release, Debug, etc.) BUILD_TYPE: Release + GNUPG_VERSION: "2.4.7" jobs: build: |