feat(ci): Install scdoc to build manpage

Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
This commit is contained in:
txtsd
2022-07-11 14:30:46 +05:30
parent ac8ee9f981
commit df01a58099

View File

@ -127,7 +127,7 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt-get -y update
sudo apt-get -y install ninja-build extra-cmake-modules
sudo apt-get -y install ninja-build extra-cmake-modules scdoc
- name: Install Dependencies (macOS)
if: runner.os == 'macOS'