We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9c7555 commit 0b39f15Copy full SHA for 0b39f15
.github/workflows/msbuild.yml
@@ -56,10 +56,7 @@ jobs:
56
mkdir -p ${{ runner.temp }}/dependencies
57
58
- 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}}
+ run: curl -L -o "${{env.DOWNLOADS_DIR}}/arm-performance-libraries.msi" ${{env.DOWNLOAD_URL}}
63
64
- name: Install ARM Performance Libraries (APL)
65
run: msiexec /i "${{ env.DOWNLOADS_DIR }}/arm-performance-libraries.msi" /qn /norestart ACCEPT_EULA=1 INSTALLFOLDER="${{ env.DEPENDENCIES_DIR }}"
0 commit comments