Skip to content

Commit ca53fce

Browse files
authored
Update msbuild.yml
1 parent e0703b4 commit ca53fce

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/msbuild.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,20 @@ jobs:
4949
5050
- name: Download ARM Performance Libraries (APL)
5151
env:
52-
DOWNLOADS_DIR: ${{ runner.temp }}/downloads
53-
DEPENDENCIES_DIR: ${{ runner.temp }}/dependencies
52+
DOWNLOADS_DIR: ${{ runner.temp }}\downloads
53+
DEPENDENCIES_DIR: ${{ runner.temp }}\dependencies
5454
run: |
5555
echo "Downloads directory is ${{env.DOWNLOADS_DIR}}"
5656
curl -L -o "${{env.DOWNLOADS_DIR}}/arm-performance-libraries.msi" ${{env.DOWNLOAD_URL}}
57+
dir $${env.DOWNLOADS_DIR}}
5758
5859
- name: Install ARM Performance Libraries (APL)
5960
env:
60-
DOWNLOADS_DIR: ${{ runner.temp }}/downloads
61-
DEPENDENCIES_DIR: ${{ runner.temp }}/dependencies
61+
DOWNLOADS_DIR: ${{ runner.temp }}\downloads
62+
DEPENDENCIES_DIR: ${{ runner.temp }}\dependencies
6263
run: |
6364
msiexec /i "${{ env.DOWNLOADS_DIR }}/arm-performance-libraries.msi" /qn /norestart ACCEPT_EULA=1 INSTALLFOLDER="${{ env.DEPENDENCIES_DIR }}"
65+
dir $${env.DEPENDENCIES_DIR}}
6466
6567
- name: Check installation success
6668
shell: cmd

0 commit comments

Comments
 (0)