diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2020-12-12 17:50:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-12 17:50:30 (GMT) |
commit | 55f9283cb4f7a40b7f1b41d541a2106f3b1ada43 (patch) | |
tree | 707ab802fd509ec15a7debe9ce18c6d865afcdc4 | |
parent | 15c71692f497320722fc080c1602b644f78a3db9 (diff) | |
download | Doxygen-55f9283cb4f7a40b7f1b41d541a2106f3b1ada43.zip Doxygen-55f9283cb4f7a40b7f1b41d541a2106f3b1ada43.tar.gz Doxygen-55f9283cb4f7a40b7f1b41d541a2106f3b1ada43.tar.bz2 |
Update build_cmake.yml
-rw-r--r-- | .github/workflows/build_cmake.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index 5fc892d..e637755 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -17,6 +17,9 @@ jobs: } steps: - uses: actions/checkout@v1 + + - name: Install ghostscript + run: sudo apt-get install ghostscript - name: Install xmllint run: sudo apt-get install libxml2-utils |