diff options
| author | Michael Peter Christen <mc@yacy.net> | 2026-07-05 12:04:42 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2026-07-05 12:04:42 +0200 |
| commit | 35a1d85f8b7f34e3bcc45d30333a93383cb13493 (patch) | |
| tree | 274bd072de827493d5452f60b9005599b0423770 /.github/workflows | |
| parent | 9e5958ab0e180a64d82490c6459510e6fe695c85 (diff) | |
removed the snapshot feature and all dependencies from non-java code
Diffstat (limited to '.github/workflows')
| -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: | |
