diff options
author | Saturneric <[email protected]> | 2021-06-26 20:40:11 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-06-26 20:40:11 +0000 |
commit | 629e1cc1c2a09aaf810fc18cb14c89cff9c8538b (patch) | |
tree | c1bd4bb8ae33ac452af17eb3429c9550817fa065 | |
parent | Update release-ci.yml (diff) | |
download | GpgFrontend-629e1cc1c2a09aaf810fc18cb14c89cff9c8538b.tar.gz GpgFrontend-629e1cc1c2a09aaf810fc18cb14c89cff9c8538b.zip |
Update release-ci.yml
-rw-r--r-- | .github/workflows/release-ci.yml | 2 | ||||
-rw-r--r-- | CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release-ci.yml b/.github/workflows/release-ci.yml index ca065f35..a934cf89 100644 --- a/.github/workflows/release-ci.yml +++ b/.github/workflows/release-ci.yml @@ -42,7 +42,7 @@ jobs: brew install cmake git autoconf automake qt@5 gcc texinfo gettext libgpg-error libassuan gpgme openssl brew link qt@5 brew link gcc - brew + brew link openssl --force if: matrix.os == 'macos-latest' - name: Cache Qt diff --git a/CMakeLists.txt b/CMakeLists.txt index b9475f84..28501093 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.16) project(GpgFrontend VERSION 1.0.7 LANGUAGES CXX) |