diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-07-16 15:58:37 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-07-16 15:58:37 +0000 |
commit | e8c400cd2748debb989ac4f14026c008ea9117b6 (patch) | |
tree | 7fbc360cf4dd72e2027124e568d740b418e67fac | |
parent | 1f2afbcc8adcccba57212007ff90b2d263ce97e4 (diff) | |
download | poi-e8c400cd2748debb989ac4f14026c008ea9117b6.tar.gz poi-e8c400cd2748debb989ac4f14026c008ea9117b6.zip |
try to fix ant build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891590 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | .github/workflows/test-ant.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-ant.yml b/.github/workflows/test-ant.yml index 052e84ef30..ad35d18903 100644 --- a/.github/workflows/test-ant.yml +++ b/.github/workflows/test-ant.yml @@ -53,4 +53,4 @@ jobs: svn co https://svn.apache.org/repos/asf/poi/site/src/documentation src/documentation - name: Build with Ant - run: ANT_HOME=`pwd`/apache-ant-1.10.9 apache-ant-1.10.9/bin/ant clean jenkins + run: ANT_HOME=`pwd`/apache-ant-1.10.11 apache-ant-1.10.11/bin/ant clean jenkins |