Skip to content

Commit 593d14d

Browse files
committed
fix(scripts): fix pr comments
1 parent d764a06 commit 593d14d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripts/windows_build_setup.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ function Install-MSYS2-Packages {
6868
$msys2Bash = "C:\ProgramData\scoop\apps\msys2\current\usr\bin\bash.exe"
6969
$packages = "mingw-w64-x86_64-rust mingw-w64-x86_64-postgresql"
7070
& $msys2Bash -lc "pacman -S --noconfirm --needed $packages"
71-
Write-Host "MSYS2 packages installed successfully."
7271
}
7372

7473
function Install-Qt-SDK {

0 commit comments

Comments
 (0)