aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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