aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-07-29 16:54:24 +0000
committersaturneric <[email protected]>2024-07-29 16:54:24 +0000
commit479c7959ea8a9e63b40d4c00d1f4fe0d78eae43f (patch)
tree5ba3c88fa909a27b370adffc1707abcd7f99ad63
parentfix: should not install mimalloc after build (diff)
downloadGpgFrontend-479c7959ea8a9e63b40d4c00d1f4fe0d78eae43f.tar.gz
GpgFrontend-479c7959ea8a9e63b40d4c00d1f4fe0d78eae43f.zip
fix: brew install googletest
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index bc894ea0..3c1401c0 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -81,7 +81,7 @@ jobs:
- name: Install Dependence (macOS)
run: |
brew install cmake autoconf automake texinfo gettext openssl@3
- brew install ninja libarchive gpgme
+ brew install ninja libarchive gpgme googletest
brew link openssl@3 --force
if: matrix.os == 'macos-13' || matrix.os == 'macos-12' || matrix.os == 'macos-14'