Skip to content

Commit b3dc85a

Browse files
committed
Default arch to x64
1 parent 2e07ed3 commit b3dc85a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/appveyor-install-dependencies.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $CRAN = "https://cloud.r-project.org"
1919

2020
Function InstallR {
2121
if ( -not(Test-Path Env:\R_ARCH) ) {
22-
$arch = "i386"
22+
$arch = "x64"
2323
}
2424
Else {
2525
$arch = $env:R_ARCH

0 commit comments

Comments
 (0)