mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-16 19:54:38 +01:00
Restore Test-Path "c:\mysql-5.7.9-win32"
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
e16a0fa481
commit
8b6587d0f9
@ -157,7 +157,7 @@ install:
|
||||
- ps: |
|
||||
if ($env:platform -eq "Win32")
|
||||
{
|
||||
if (Test-Path "Z:\mysql-5.7.9-win32") {
|
||||
if (Test-Path "c:\mysql-5.7.9-win32") {
|
||||
echo "using c:\mysql-5.7.9-win32 from cache"
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user