1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

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

This reverts commit 4ca2accc77.
This commit is contained in:
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

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