diff options
-rw-r--r-- | .github/workflows/make.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 7700ff3..552bce6 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -30,8 +30,8 @@ jobs: if: matrix.os == 'ubuntu-latest' - name: Install dependencies (MacOS) run: | - brew update brew install --overwrite python + brew update brew install automake brew install asciidoc brew install gettext |