Skip to content

Commit ca45818

Browse files
try fixing CI build of fribidi
1 parent 62172b7 commit ca45818

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build-all.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ jobs:
8080
with:
8181
python-version: '3.10'
8282

83+
- name: install autotools
84+
run: |
85+
brew install autotools
86+
8387
- uses: actions/checkout@v4
8488

8589
- uses: actions/download-artifact@v4
@@ -122,6 +126,10 @@ jobs:
122126
with:
123127
python-version: '3.10'
124128

129+
- name: install autotools
130+
run: |
131+
brew install autotools
132+
125133
- uses: actions/checkout@v4
126134

127135
- uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)