diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/make.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index c9fe273..1621f9f 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -29,6 +29,7 @@ jobs: - name: Install dependencies (MacOS) run: | brew update + brew install --overwrite python brew install automake brew install asciidoc brew install gettext |