diff options
author | Saturneric <[email protected]> | 2022-03-13 10:39:42 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-03-13 10:39:42 +0000 |
commit | c94ec29133dd7c80be82bf25d82e9947718cab6b (patch) | |
tree | f69562bc9b26392ea9abe5532a56bf7e261a67af | |
parent | <fix>(ui): fix macro problem (diff) | |
download | GpgFrontend-c94ec29133dd7c80be82bf25d82e9947718cab6b.tar.gz GpgFrontend-c94ec29133dd7c80be82bf25d82e9947718cab6b.zip |
<fix>(ci): update ci file for mac
1. update "Install Dependence (macOS)"
-rw-r--r-- | .github/workflows/debug.yml | 4 | ||||
-rw-r--r-- | .github/workflows/release.yml | 4 |
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 |