aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-03-13 10:39:42 +0000
committerSaturneric <[email protected]>2022-03-13 10:39:42 +0000
commitc94ec29133dd7c80be82bf25d82e9947718cab6b (patch)
treef69562bc9b26392ea9abe5532a56bf7e261a67af
parent<fix>(ui): fix macro problem (diff)
downloadGpgFrontend-c94ec29133dd7c80be82bf25d82e9947718cab6b.tar.gz
GpgFrontend-c94ec29133dd7c80be82bf25d82e9947718cab6b.zip
<fix>(ci): update ci file for mac
1. update "Install Dependence (macOS)"
-rw-r--r--.github/workflows/debug.yml4
-rw-r--r--.github/workflows/release.yml4
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml
index a81963b2..a8add940 100644
--- a/.github/workflows/debug.yml
+++ b/.github/workflows/debug.yml
@@ -61,8 +61,8 @@ jobs:
- name: Install Dependence (macOS)
run: |
- brew install cmake git autoconf automake qt@5 gcc texinfo gettext gpgme [email protected]
- brew install boost libconfig gettext ninja
+ brew install cmake git autoconf automake qt@5 texinfo gettext [email protected]
+ brew install boost ninja
brew unlink gettext && brew link --force gettext
brew link qt@5
brew link gcc
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 9b0f00dd..a0878140 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -68,8 +68,8 @@ jobs:
- name: Install Dependence (macOS)
run: |
- brew install cmake git autoconf automake qt@5 gcc texinfo gettext gpgme [email protected]
- brew install boost libconfig gettext ninja
+ brew install cmake git autoconf automake qt@5 texinfo gettext [email protected]
+ brew install boost ninja
brew unlink gettext && brew link --force gettext
brew link qt@5
brew link gcc