From f22725b0f92e7ddf89bf709d7b9fd7e68b7ff1d7 Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Sat, 19 Feb 2022 09:30:53 +0900 Subject: [PATCH] ci: install scdoc on osx --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 233c15f..362b374 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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