File tree 1 file changed +0
-2
lines changed 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -88,14 +88,12 @@ jobs:
88
88
# 3. Add path to R's i386/x64 -- to solve x86 build/test issue
89
89
run : |
90
90
if ($env:RUST_TARGETS -like "*x86_64*") {
91
- <# echo "C:\msys64\mingw64\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append ; #>
92
91
<# Amend rtools libgcc_eh.a #>
93
92
cp C:\rtools40\mingw64\lib\gcc\x86_64-w64-mingw32\8.3.0\libgcc.a C:\rtools40\mingw64\lib\gcc\x86_64-w64-mingw32\8.3.0\libgcc_eh.a
94
93
echo "C:\rtools40\mingw64\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append ;
95
94
echo "$(Rscript.exe -e 'cat(normalizePath(R.home()))')\bin\x64" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append ;
96
95
}
97
96
if ($env:RUST_TARGETS -like "*i686*") {
98
- <# echo "C:\msys64\mingw32\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append ; #>
99
97
echo "C:\rtools40\mingw32\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append ;
100
98
echo "$(Rscript.exe -e 'cat(normalizePath(R.home()))')\bin\i386" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append ;
101
99
}
You can’t perform that action at this time.
0 commit comments