mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-02-12 15:50:00 +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:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- 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
|
- name: add-packages
|
||||||
run: |
|
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/grep/libexec/gnubin' >> $GITHUB_PATH
|
||||||
echo '/usr/local/opt/gnu-sed/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
|
- name: make cov
|
||||||
run: make cov LEX=/usr/local/opt/flex/bin/flex YACC=/usr/local/opt/bison/bin/bison
|
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