ci: use v build-tools without flags for the tools-windows job

This commit is contained in:
Delyan Angelov 2025-08-13 20:16:22 +03:00
parent c27d865377
commit c83cc174a4
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -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)