1
0
Fork 0
mirror of https://github.com/Cloudef/bemenu synced 2024-05-04 22:56:21 +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: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: install build deps - name: install build deps
run: brew update; brew install make pkg-config run: brew update; brew install make pkg-config scdoc
- name: make - name: make
run: sh build-osx.sh EXTRA_WARNINGS=-Werror PREFIX=install clients curses run: sh build-osx.sh EXTRA_WARNINGS=-Werror PREFIX=install clients curses
- name: make install - name: make install