aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/make.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/make.yml')
-rw-r--r--.github/workflows/make.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml
index c9fe273..7700ff3 100644
--- a/.github/workflows/make.yml
+++ b/.github/workflows/make.yml
@@ -24,11 +24,14 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install dependencies (Ubuntu)
- run: sudo apt-get install asciidoc autopoint gettext xmlto autoconf-archive
+ run: |
+ sudo apt-get update
+ sudo apt-get install asciidoc autopoint gettext xmlto autoconf-archive
if: matrix.os == 'ubuntu-latest'
- name: Install dependencies (MacOS)
run: |
brew update
+ brew install --overwrite python
brew install automake
brew install asciidoc
brew install gettext