Skip to content

Commit bd3503c

Browse files
committed
ci: remove redundant dependency installs in macOS workflow
Remove openssl, curl, and pkg-config from brew install in the macOS workflow. These packages are pre-installed in the GitHub Actions runner environment, so installing them explicitly is redundant and slow.
1 parent 93bb8b5 commit bd3503c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,8 @@ jobs:
2121
brew update
2222
brew install \
2323
gumbo-parser \
24-
openssl \
25-
curl \
2624
expat \
2725
meson \
28-
pkg-config \
2926
ossp-uuid
3027
brew install --cask macfuse
3128

0 commit comments

Comments
 (0)