Skip to content

Commit 366b445

Browse files
authored
Update msbuild.yml
1 parent 659f922 commit 366b445

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/msbuild.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
DOWNLOADS_DIR: ${{ runner.temp }}/downloads
5353
DEPENDENCIES_DIR: ${{ runner.temp }}/dependencies
5454
run: |
55-
echo "Downloads directory is ${{DOWNLOADS_DIR}}"
56-
curl -L -o "${{DOWNLOADS_DIR}}/arm-performance-libraries.msi" ${{env.DOWNLOAD_URL}}
55+
echo "Downloads directory is ${{env.DOWNLOADS_DIR}}"
56+
curl -L -o "${{env.DOWNLOADS_DIR}}/arm-performance-libraries.msi" ${{env.DOWNLOAD_URL}}
5757
5858
- name: Install ARM Performance Libraries (APL)
5959
env:

0 commit comments

Comments
 (0)