mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
ci: fix v -W build-tools
(#23368)
This commit is contained in:
parent
cb490a74f9
commit
c421c8cc86
1 changed files with 0 additions and 1 deletions
|
@ -265,7 +265,6 @@ fn (mut a App) git_info() string {
|
||||||
fn (mut a App) report_tcc_version(tccfolder string) {
|
fn (mut a App) report_tcc_version(tccfolder string) {
|
||||||
cmd := os.join_path(tccfolder, 'tcc.exe') + ' -v'
|
cmd := os.join_path(tccfolder, 'tcc.exe') + ' -v'
|
||||||
x := os.execute(cmd)
|
x := os.execute(cmd)
|
||||||
os_kind := os.user_os()
|
|
||||||
if x.exit_code == 0 {
|
if x.exit_code == 0 {
|
||||||
a.line('tcc version', '${x.output.trim_space()}')
|
a.line('tcc version', '${x.output.trim_space()}')
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue