Skip to content

Commit 32d9998

Browse files
committed
Create and grant access to ivy ant folder
1 parent 391f7aa commit 32d9998

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/smoke-test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,10 @@ jobs:
5252
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
5353

5454
- name: Install Apache Ivy
55-
run: 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
55+
run: |
56+
sudo mkdir /usr/share/ant
57+
sudo chmod 777 /usr/share/ant
58+
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
5659
5760
- name: Checkout Smoke Test Repo
5861
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)