diff options
author | timoreo <contact@timoreo.fr> | 2022-07-11 14:56:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-11 14:56:19 +0200 |
commit | 1a26a5365913787e051a7c6518f051bb71ba5cd5 (patch) | |
tree | fad35a4191e3aca4093e51555382f0db08358131 /.github | |
parent | 8f4d7ac655d3815605422c9fc620d5a0f97e41ef (diff) | |
parent | df01a58099decb21625048331e5593cd5ba60ba6 (diff) | |
download | PrismLauncher-1a26a5365913787e051a7c6518f051bb71ba5cd5.tar.gz PrismLauncher-1a26a5365913787e051a7c6518f051bb71ba5cd5.tar.bz2 PrismLauncher-1a26a5365913787e051a7c6518f051bb71ba5cd5.zip |
Merge pull request #901 from txtsd/scdoc
Diffstat (limited to '.github')
-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 9db8a6ac..bc92f37f 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' |