Skip to content

Commit 67b1919

Browse files
committed
[ci]: Use cp from MSYS for copying sources on Windows
1 parent 3b39689 commit 67b1919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/run.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PATH=C:\Windows\system32;C:\Perl64\bin;C:\Program Files\Git\cmd;C:\msys64\usr\bin
33

44
REM Copy source-repo to CI temporary catalog
5-
robocopy /MIR postgrespro .
5+
cp -r postgrespro/* .
66

77
IF "%ARCH%"=="" SET ARCH=X86
88
IF "%ARCH%"=="x86" SET ARCH=X86

0 commit comments

Comments
 (0)