Skip to content

Commit

Permalink
try fixing CI build of fribidi
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfouilleul committed Nov 5, 2024
1 parent 62172b7 commit ca45818
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ca45818

Please sign in to comment.