Skip to content

Commit 5eed231

Browse files
committed
meson CI: simplify brew installs
expat is keg-only, so no need to install. curl and brotli are preinstalled. python seems to have been updated with a new version that doesn't work anymore with pip install. Signed-off-by: Rosen Penev <[email protected]>
1 parent d239f14 commit 5eed231

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/on_PR_meson.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,7 @@ jobs:
137137

138138
- name: Install packages
139139
run: |
140-
brew install curl brotli inih expat googletest
141-
python3 -m pip install meson==0.54.1 ninja
140+
brew install inih meson
142141
143142
- name: Compile and Test
144143
run: |

0 commit comments

Comments
 (0)