diff --git a/.github/workflows/makeall-macos.yml b/.github/workflows/makeall-macos.yml index 93496ff5..6d6e8f7a 100644 --- a/.github/workflows/makeall-macos.yml +++ b/.github/workflows/makeall-macos.yml @@ -66,7 +66,7 @@ jobs: run: ls -l /usr/bin/python* - uses: actions/checkout@v4 - name: Install dependencies - run: brew install geos libtool parallel + run: brew install automake cabextract curl geos icu4c leptonica libarchive libtool pango parallel - name: Make all run: make all - name: Make check