diff options
Diffstat (limited to '.github/workflows/ant-build.yaml')
| -rw-r--r-- | .github/workflows/ant-build.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ant-build.yaml b/.github/workflows/ant-build.yaml index 35cb574c9..d76843506 100644 --- a/.github/workflows/ant-build.yaml +++ b/.github/workflows/ant-build.yaml @@ -27,7 +27,7 @@ jobs: - name: Install build dependencies run: | sudo apt-get update - sudo apt-get install -yq ant git wkhtmltopdf imagemagick xvfb ghostscript + sudo apt-get install -yq ant git - name: Configure runtime settings run: | |
