aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authortxtsd <thexerothermicsclerodermoid@gmail.com>2022-07-11 14:30:46 +0530
committertxtsd <thexerothermicsclerodermoid@gmail.com>2022-07-11 14:30:46 +0530
commitdf01a58099decb21625048331e5593cd5ba60ba6 (patch)
treeda27c99dd81110acb048453e9eac7d641462e92b /.github
parentac8ee9f981ea509c04ce64d70a47429a1207e18e (diff)
downloadPrismLauncher-df01a58099decb21625048331e5593cd5ba60ba6.tar.gz
PrismLauncher-df01a58099decb21625048331e5593cd5ba60ba6.tar.bz2
PrismLauncher-df01a58099decb21625048331e5593cd5ba60ba6.zip
feat(ci): Install scdoc to build manpage
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index fbbc1417..f05d9671 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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'