Skip to content

Commit db59cce

Browse files
committed
Grant permission to ant/lib folder
1 parent e0277f7 commit db59cce

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/smoke-test.yml

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

5454
- name: Install Apache Ivy
5555
run: |
56-
# Install Ant package non-interactively
56+
echo "Starting Apache Ant and Ivy installation..."
5757
sudo apt install -y ant
58-
# Download and install Ivy plugin
58+
59+
echo "Ant installed successfully. Installing Ivy plugin..."
60+
sudo chmod 777 /usr/share/ant/lib
5961
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
6062
6163
- name: Checkout Smoke Test Repo

0 commit comments

Comments
 (0)