Skip to content

Commit

Permalink
ci: fix v -W build-tools (#23368)
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp authored Jan 4, 2025
1 parent cb490a7 commit c421c8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/tools/vdoctor.v
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ fn (mut a App) git_info() string {
fn (mut a App) report_tcc_version(tccfolder string) {
cmd := os.join_path(tccfolder, 'tcc.exe') + ' -v'
x := os.execute(cmd)
os_kind := os.user_os()
if x.exit_code == 0 {
a.line('tcc version', '${x.output.trim_space()}')
} else {
Expand Down

0 comments on commit c421c8c

Please sign in to comment.