diff options
Diffstat (limited to '')
-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 |