diff options
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: |