Skip to content

Commit 0b39f15

Browse files
authored
Update msbuild.yml
1 parent a9c7555 commit 0b39f15

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/msbuild.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,7 @@ jobs:
5656
mkdir -p ${{ runner.temp }}/dependencies
5757
5858
- name: Download ARM Performance Libraries (APL)
59-
run: |
60-
echo ${{env.DOWNLOADS_DIR}}
61-
echo ${{env.DOWNLOAD_URL}}
62-
curl -L -o "${{env.DOWNLOADS_DIR}}/arm-performance-libraries.msi" ${{env.DOWNLOAD_URL}}
59+
run: curl -L -o "${{env.DOWNLOADS_DIR}}/arm-performance-libraries.msi" ${{env.DOWNLOAD_URL}}
6360

6461
- name: Install ARM Performance Libraries (APL)
6562
run: msiexec /i "${{ env.DOWNLOADS_DIR }}/arm-performance-libraries.msi" /qn /norestart ACCEPT_EULA=1 INSTALLFOLDER="${{ env.DEPENDENCIES_DIR }}"

0 commit comments

Comments
 (0)