aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-06-25 23:51:00 +0000
committerSaturneric <[email protected]>2021-06-25 23:51:00 +0000
commitc359b40fc371eef677e9ac9671dfdba3c708dab0 (patch)
tree9218fc95329f9aa3c6e7c2cf891026c62da3b429
parentUpdate release.yml (diff)
downloadGpgFrontend-c359b40fc371eef677e9ac9671dfdba3c708dab0.tar.gz
GpgFrontend-c359b40fc371eef677e9ac9671dfdba3c708dab0.zip
Update release.yml
-rw-r--r--.github/workflows/release.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 2a7be096..0f66759c 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -39,10 +39,9 @@ jobs:
- name: Install Dependence (macOS)
run: |
- brew install cmake git autoconf automake qt@5 gcc texinfo gettext
+ brew install cmake git autoconf automake qt@5 gcc texinfo gettext libgpg-error libassuan gpgme
brew link qt@5
brew link gcc
- brew unlink gettext && brew link gettext --force
if: matrix.os == 'macos-latest'
- name: Cache Qt