aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-05-07 17:44:00 +0000
committerSaturneric <[email protected]>2022-05-07 17:44:00 +0000
commitb49180d568082d5787bf4f4ab59c4bc9d9275713 (patch)
tree8e049b67017dc451de9830c06e25ff1259875e12
parentfeat: use gnupg from system package manager (diff)
downloadGpgFrontend-b49180d568082d5787bf4f4ab59c4bc9d9275713.tar.gz
GpgFrontend-b49180d568082d5787bf4f4ab59c4bc9d9275713.zip
feat: use gnupg from brew
-rw-r--r--.github/workflows/debug.yml2
-rw-r--r--.github/workflows/release.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml
index 8648281d..d3d7ac41 100644
--- a/.github/workflows/debug.yml
+++ b/.github/workflows/debug.yml
@@ -63,7 +63,7 @@ jobs:
- name: Install Dependence (macOS)
run: |
brew install cmake autoconf automake qt@5 texinfo gettext [email protected]
- brew install boost ninja libarchive libconfig
+ brew install boost ninja libarchive libconfig gpgme
brew unlink gettext && brew link --force gettext
brew link qt@5
brew link [email protected] --force
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 14951adb..cd01a54d 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -70,7 +70,7 @@ jobs:
- name: Install Dependence (macOS)
run: |
brew install cmake autoconf automake qt@5 texinfo gettext [email protected]
- brew install boost ninja libarchive libconfig
+ brew install boost ninja libarchive libconfig gpgme
brew unlink gettext && brew link --force gettext
brew link qt@5
brew link [email protected] --force