diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-07-16 15:50:12 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-07-16 15:50:12 +0000 |
commit | f8e79114d8c65908346e18b1f894ce76841c83ac (patch) | |
tree | 0b1058f4cd212d3bc0cc2188612ba241547cd0c2 /.github/workflows | |
parent | 3c4643af9ec8c425fde7756c9514cf7362419737 (diff) | |
download | poi-f8e79114d8c65908346e18b1f894ce76841c83ac.tar.gz poi-f8e79114d8c65908346e18b1f894ce76841c83ac.zip |
try to fix ant build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891588 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/test-ant.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/test-ant.yml b/.github/workflows/test-ant.yml index 8a94e1c0ab..35c29d3f18 100644 --- a/.github/workflows/test-ant.yml +++ b/.github/workflows/test-ant.yml @@ -35,9 +35,9 @@ jobs: - name: Set up Ant id: setup-ant run: | - wget https://www.apache.org/dist/ant/binaries/apache-ant-1.10.9-bin.tar.gz - tar --exclude=apache-ant-1.10.9/manual -xzvf apache-ant-1.10.9-bin.tar.gz - ANT_HOME=`pwd`/apache-ant-1.10.9 apache-ant-1.10.9/bin/ant -version + 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 - name: Cache downloaded third-party libraries uses: actions/cache@v2.1.3 |