mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
[Windows 2019] Fix missing msvcr100.dll (#1427)
* install vcredist2010 * Microsoft Visual C++ docs section
This commit is contained in:
committed by
GitHub
parent
2602d38877
commit
9110b38999
@@ -119,6 +119,11 @@ if (Test-IsWin16) {
|
||||
Choco-Install -PackageName vcredist140
|
||||
}
|
||||
|
||||
if (Test-IsWin19) {
|
||||
# Install vcredist2010
|
||||
Choco-Install -PackageName vcredist2010
|
||||
}
|
||||
|
||||
# Expand disk size of OS drive
|
||||
New-Item -Path d:\ -Name cmds.txt -ItemType File -Force
|
||||
Add-Content -Path d:\cmds.txt "SELECT VOLUME=C`r`nEXTEND"
|
||||
|
||||
Reference in New Issue
Block a user