mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-02-08 05:40:20 +01:00
Add findutils for xargs
This commit is contained in:
parent
fa13dedef2
commit
ba4a01728b
5
.github/workflows/boxes.yml
vendored
5
.github/workflows/boxes.yml
vendored
@ -51,12 +51,13 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
# We need to use GNU grep and sed on macOS
|
||||
# We need to use GNU grep, sed, and xargs on macOS
|
||||
- name: add-packages
|
||||
run: |
|
||||
brew install flex bison diffutils lcov cmocka grep gnu-sed
|
||||
brew install flex bison diffutils lcov cmocka grep gnu-sed findutils
|
||||
echo '/usr/local/opt/grep/libexec/gnubin' >> $GITHUB_PATH
|
||||
echo '/usr/local/opt/gnu-sed/libexec/gnubin' >> $GITHUB_PATH
|
||||
echo '/usr/local/opt/findutils/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