Revert "ci: add `./v -W build-tools` to windows-tcc too"

This reverts commit 4ca2accc77.
pull/9378/head
Delyan Angelov 2021-03-19 15:53:56 +02:00
parent 4ca2accc77
commit 575ffb6881
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 0 additions and 2 deletions

View File

@ -828,8 +828,6 @@ jobs:
run: ./v build-vbinaries
- name: Build examples
run: ./v build-examples
- name: Test building V tools
run: ./v -W build-tools
- name: v2 self compilation
run: .\v.exe -o v2.exe cmd/v && .\v2.exe -o v3.exe cmd/v