mirror of
https://github.com/Cloudef/bemenu
synced 2025-03-11 10:17:28 +00:00
ci: install scdoc on osx
This commit is contained in:
parent
f1b59a9757
commit
f22725b0f9
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: install build deps
|
||||
run: brew update; brew install make pkg-config
|
||||
run: brew update; brew install make pkg-config scdoc
|
||||
- name: make
|
||||
run: sh build-osx.sh EXTRA_WARNINGS=-Werror PREFIX=install clients curses
|
||||
- name: make install
|
||||
|
Loading…
Reference in New Issue
Block a user