mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-03-10 12:18:15 +01:00
macos runners have git libunistring pcre2 and ncurses by default
This commit is contained in:
parent
c137b853fb
commit
9530c5889d
2
.github/workflows/boxes.yml
vendored
2
.github/workflows/boxes.yml
vendored
@ -54,7 +54,7 @@ jobs:
|
|||||||
# We need to use GNU grep on macOS
|
# We need to use GNU grep on macOS
|
||||||
- name: add-packages
|
- name: add-packages
|
||||||
run: |
|
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
|
echo '/usr/local/opt/grep/libexec/gnubin' >> $GITHUB_PATH
|
||||||
|
|
||||||
- name: make cov
|
- name: make cov
|
||||||
|
Loading…
Reference in New Issue
Block a user