Skip to content

Commit e0277f7

Browse files
committed
Install ant non-interactively
1 parent 0c75e06 commit e0277f7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/smoke-test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@ jobs:
5353

5454
- name: Install Apache Ivy
5555
run: |
56-
sudo apt update
57-
sudo apt install ant
56+
# Install Ant package non-interactively
57+
sudo apt install -y ant
58+
# Download and install Ivy plugin
5859
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
5960
6061
- name: Checkout Smoke Test Repo

0 commit comments

Comments
 (0)