mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
ci: use ./v build-tools
in ubuntu-tcc to diagnose errors more easily
This commit is contained in:
parent
4f36f2f326
commit
f4c288215e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -111,7 +111,7 @@ jobs:
|
|||
- name: Build examples
|
||||
run: ./v build-examples
|
||||
- name: Test building v tools
|
||||
run: ./v -silent build-tools
|
||||
run: ./v build-tools
|
||||
- name: Test v binaries
|
||||
run: ./v build-vbinaries
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue