Skip to content

Commit 4ca2acc

Browse files
committed
ci: add ./v -W build-tools to windows-tcc too
1 parent 95a748e commit 4ca2acc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -828,6 +828,8 @@ jobs:
828828
run: ./v build-vbinaries
829829
- name: Build examples
830830
run: ./v build-examples
831+
- name: Test building V tools
832+
run: ./v -W build-tools
831833
- name: v2 self compilation
832834
run: .\v.exe -o v2.exe cmd/v && .\v2.exe -o v3.exe cmd/v
833835

0 commit comments

Comments
 (0)