File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -49,18 +49,20 @@ jobs:
49
49
50
50
- name : Download ARM Performance Libraries (APL)
51
51
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
54
54
run : |
55
55
echo "Downloads directory is ${{env.DOWNLOADS_DIR}}"
56
56
curl -L -o "${{env.DOWNLOADS_DIR}}/arm-performance-libraries.msi" ${{env.DOWNLOAD_URL}}
57
+ dir $${env.DOWNLOADS_DIR}}
57
58
58
59
- name : Install ARM Performance Libraries (APL)
59
60
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
62
63
run : |
63
64
msiexec /i "${{ env.DOWNLOADS_DIR }}/arm-performance-libraries.msi" /qn /norestart ACCEPT_EULA=1 INSTALLFOLDER="${{ env.DEPENDENCIES_DIR }}"
65
+ dir $${env.DEPENDENCIES_DIR}}
64
66
65
67
- name : Check installation success
66
68
shell : cmd
You can’t perform that action at this time.
0 commit comments