diff options
author | txtsd <thexerothermicsclerodermoid@gmail.com> | 2022-07-11 14:30:46 +0530 |
---|---|---|
committer | txtsd <thexerothermicsclerodermoid@gmail.com> | 2022-07-11 14:30:46 +0530 |
commit | df01a58099decb21625048331e5593cd5ba60ba6 (patch) | |
tree | da27c99dd81110acb048453e9eac7d641462e92b /.github/workflows | |
parent | ac8ee9f981ea509c04ce64d70a47429a1207e18e (diff) | |
download | PrismLauncher-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/workflows')
-rw-r--r-- | .github/workflows/build.yml | 2 |
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' |