diff options
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/debug.yml | 2 | ||||
-rw-r--r-- | .github/workflows/release.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 4cfbfc07..748005e2 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -61,7 +61,7 @@ jobs: - name: Install Dependence (macOS) run: | - brew install cmake git autoconf automake qt@5 texinfo gettext [email protected] + brew install cmake autoconf automake qt@5 texinfo gettext [email protected] brew install boost ninja libarchive libconfig brew unlink gettext && brew link --force gettext brew link qt@5 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed11417d..9d1650bd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,7 +68,7 @@ jobs: - name: Install Dependence (macOS) run: | - brew install cmake git autoconf automake qt@5 texinfo gettext [email protected] + brew install cmake autoconf automake qt@5 texinfo gettext [email protected] brew install boost ninja libarchive libconfig brew unlink gettext && brew link --force gettext brew link qt@5 |