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 e0277f7 commit db59cceCopy full SHA for db59cce
1 file changed
.github/workflows/smoke-test.yml
@@ -53,9 +53,11 @@ jobs:
53
54
- name: Install Apache Ivy
55
run: |
56
- # Install Ant package non-interactively
+ echo "Starting Apache Ant and Ivy installation..."
57
sudo apt install -y ant
58
- # Download and install Ivy plugin
+
59
+ echo "Ant installed successfully. Installing Ivy plugin..."
60
+ sudo chmod 777 /usr/share/ant/lib
61
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
62
63
- name: Checkout Smoke Test Repo
0 commit comments