We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d8f110 commit 042ab55Copy full SHA for 042ab55
dev/appveyor-install-dependencies.ps1
@@ -64,6 +64,10 @@ Function InstallRtools {
64
}
65
$env:PATH = $RtoolsDrive + '\Rtools40\bin;' + $RtoolsDrive + '\Rtools40\mingw64\bin;' + $RtoolsDrive + '\Rtools40\' + $gccPath + '\bin;' + $env:PATH
66
$env:BINPREF=$RtoolsDrive + '/Rtools40/mingw64/bin/'
67
+
68
+ if ( -not(Test-Path $RtoolsDrive + '\Rtools40\' + $gccPath + '\bin') ) {
69
+ echo "Path doesn't exist"
70
+ }
71
72
73
# create tools directory outside of Spark directory
0 commit comments