Skip to content

Commit

Permalink
fixes #150
Browse files Browse the repository at this point in the history
  • Loading branch information
rwmcintosh committed Dec 17, 2024
1 parent 142e4a4 commit 484c0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ install:
Copy-Item c:\netfx472.exe .
- ps: >-
(new-object net.webclient).DownloadFile('https://aka.ms/vs/16/release/vc_redist.x64.exe', 'C:\\vc_redist.x64.exe')
(new-object net.webclient).DownloadFile('https://aka.ms/vs/17/release/vc_redist.x64.exe', 'C:\\vc_redist.x64.exe')
Copy-Item C:\vc_redist.x64.exe .
Expand Down

0 comments on commit 484c0c7

Please sign in to comment.