From c0729be6cfb5bce6fe2461cd3a4407f4dcc06026 Mon Sep 17 00:00:00 2001 From: Netch Date: Sat, 10 Jul 2021 14:41:11 +0800 Subject: [PATCH] Update build.ps1 --- Other/build.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Other/build.ps1 b/Other/build.ps1 index c1a269c5..ecc223fa 100644 --- a/Other/build.ps1 +++ b/Other/build.ps1 @@ -5,6 +5,9 @@ Set-Location $exec .\clean.ps1 +gcc -v +go version + Get-ChildItem -Path . -Directory | ForEach-Object { $name=$_.Name