We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 659f922 commit 366b445Copy full SHA for 366b445
.github/workflows/msbuild.yml
@@ -52,8 +52,8 @@ jobs:
52
DOWNLOADS_DIR: ${{ runner.temp }}/downloads
53
DEPENDENCIES_DIR: ${{ runner.temp }}/dependencies
54
run: |
55
- echo "Downloads directory is ${{DOWNLOADS_DIR}}"
56
- curl -L -o "${{DOWNLOADS_DIR}}/arm-performance-libraries.msi" ${{env.DOWNLOAD_URL}}
+ echo "Downloads directory is ${{env.DOWNLOADS_DIR}}"
+ curl -L -o "${{env.DOWNLOADS_DIR}}/arm-performance-libraries.msi" ${{env.DOWNLOAD_URL}}
57
58
- name: Install ARM Performance Libraries (APL)
59
env:
0 commit comments