From ca45818d2597c9e75ea6c331a82d23fab1592f52 Mon Sep 17 00:00:00 2001 From: Martin Fouilleul Date: Tue, 5 Nov 2024 12:32:10 +0100 Subject: [PATCH] try fixing CI build of fribidi --- .github/workflows/build-all.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/build-all.yaml b/.github/workflows/build-all.yaml index a53a28fa..ab793c4d 100644 --- a/.github/workflows/build-all.yaml +++ b/.github/workflows/build-all.yaml @@ -80,6 +80,10 @@ jobs: with: python-version: '3.10' + - name: install autotools + run: | + brew install autotools + - uses: actions/checkout@v4 - uses: actions/download-artifact@v4 @@ -122,6 +126,10 @@ jobs: with: python-version: '3.10' + - name: install autotools + run: | + brew install autotools + - uses: actions/checkout@v4 - uses: actions/download-artifact@v4