Skip to content

Commit

Permalink
quotes are impoortant
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Mar 24, 2020
1 parent dfebd13 commit c0e2f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/test_windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ if ($env:TASK -eq "r-package"){

if ($env:COMPILER -eq "MINGW") {
Write-Output "Telling R to use MinGW"
$install_libs = $env:BUILD_SOURCESDIRECTORY\R-package\src\install.libs.R
$install_libs = "$env:BUILD_SOURCESDIRECTORY\R-package\src\install.libs.R"
((Get-Content -path $install_libs -Raw) -replace 'use_mingw <- FALSE','use_mingw <- TRUE') | Set-Content -Path $install_libs
}

Expand Down

0 comments on commit c0e2f75

Please sign in to comment.