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 391f7aa commit 32d9998Copy full SHA for 32d9998
1 file changed
.github/workflows/smoke-test.yml
@@ -52,7 +52,10 @@ jobs:
52
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
53
54
- 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
+ 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
59
60
- name: Checkout Smoke Test Repo
61
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
0 commit comments