macos runners have git libunistring pcre2 and ncurses by default

This commit is contained in:
Matthew Thompson 2023-08-30 08:37:11 -04:00 committed by Thomas Jensen
parent c137b853fb
commit 9530c5889d

View File

@ -54,7 +54,7 @@ jobs:
# We need to use GNU grep on macOS
- name: add-packages
run: |
brew install git flex bison libunistring pcre2 ncurses diffutils lcov cmocka grep
brew install flex bison diffutils lcov cmocka grep
echo '/usr/local/opt/grep/libexec/gnubin' >> $GITHUB_PATH
- name: make cov