1
0
Fork 0
mirror of https://github.com/Cloudef/bemenu synced 2024-04-25 11:25:16 +02:00

ci: install scdoc on osx

This commit is contained in:
Jari Vetoniemi 2022-02-19 09:30:53 +09:00 committed by Jari Vetoniemi
parent f1b59a9757
commit f22725b0f9

View File

@ -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