mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
try to fix ant build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891589 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f8e79114d8
commit
1f2afbcc8a
4
.github/workflows/test-ant.yml
vendored
4
.github/workflows/test-ant.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user