We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c75e06 commit e0277f7Copy full SHA for e0277f7
1 file changed
.github/workflows/smoke-test.yml
@@ -53,8 +53,9 @@ jobs:
53
54
- name: Install Apache Ivy
55
run: |
56
- sudo apt update
57
- sudo apt install ant
+ # Install Ant package non-interactively
+ sudo apt install -y ant
58
+ # Download and install Ivy plugin
59
curl https://downloads.apache.org/ant/ivy/2.5.2/apache-ivy-2.5.2-bin.tar.gz | tar xOz apache-ivy-2.5.2/ivy-2.5.2.jar > /usr/share/ant/lib/ivy.jar
60
61
- name: Checkout Smoke Test Repo
0 commit comments