mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-02-07 21:29:57 +01:00
Use GNU grep on macos
This commit is contained in:
parent
539f215e35
commit
c137b853fb
4
.github/workflows/boxes.yml
vendored
4
.github/workflows/boxes.yml
vendored
@ -51,9 +51,11 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
# We need to use GNU grep on macOS
|
||||
- name: add-packages
|
||||
run: |
|
||||
brew install git flex bison libunistring pcre2 ncurses diffutils lcov cmocka
|
||||
brew install git flex bison libunistring pcre2 ncurses diffutils lcov cmocka grep
|
||||
echo '/usr/local/opt/grep/libexec/gnubin' >> $GITHUB_PATH
|
||||
|
||||
- name: make cov
|
||||
run: make cov LEX=/usr/local/opt/flex/bin/flex YACC=/usr/local/opt/bison/bin/bison
|
||||
|
Loading…
Reference in New Issue
Block a user