From c83cc174a465c17dd0d6d7f302453e472f0868f3 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Wed, 13 Aug 2025 20:16:22 +0300 Subject: [PATCH] ci: use `v build-tools` without flags for the tools-windows job --- .github/workflows/tools_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tools_ci.yml b/.github/workflows/tools_ci.yml index 82baeb0aa2..385682c28e 100644 --- a/.github/workflows/tools_ci.yml +++ b/.github/workflows/tools_ci.yml @@ -94,7 +94,7 @@ jobs: - name: Build V run: ./make.bat -${{ matrix.cc }} && ./v -o v2.exe cmd/v && ./v2 -showcc -o v.exe cmd/v && ./v doctor - name: Check build tools - run: ./v -silent -N -W -check build-tools + run: ./v build-tools - name: Test tools run: ./v -silent test-self cmd - name: Test tools (-cstrict)