aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-07-16 15:55:24 +0000
committerPJ Fanning <fanningpj@apache.org>2021-07-16 15:55:24 +0000
commit1f2afbcc8adcccba57212007ff90b2d263ce97e4 (patch)
tree89606b0f754471226f1752ea4e0b85e38a7f536d /.github
parentf8e79114d8c65908346e18b1f894ce76841c83ac (diff)
downloadpoi-1f2afbcc8adcccba57212007ff90b2d263ce97e4.tar.gz
poi-1f2afbcc8adcccba57212007ff90b2d263ce97e4.zip
try to fix ant build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891589 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test-ant.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test-ant.yml b/.github/workflows/test-ant.yml
index 35c29d3f18..052e84ef30 100644
--- a/.github/workflows/test-ant.yml
+++ b/.github/workflows/test-ant.yml
@@ -36,8 +36,8 @@ jobs:
id: setup-ant
run: |
wget https://www.apache.org/dist/ant/binaries/apache-ant-1.10.11-bin.tar.gz
- tar --exclude=apache-ant-1.10.9/manual -xzvf apache-ant-1.10.11-bin.tar.gz
- ANT_HOME=`pwd`/apache-ant-1.10.9 apache-ant-1.10.11/bin/ant -version
+ tar --exclude=apache-ant-1.10.11/manual -xzvf apache-ant-1.10.11-bin.tar.gz
+ ANT_HOME=`pwd`/apache-ant-1.10.11 apache-ant-1.10.11/bin/ant -version
- name: Cache downloaded third-party libraries
uses: actions/cache@v2.1.3