mirror of
https://github.com/vlang/v.git
synced 2025-09-24 04:48:28 -04:00
ci: use v -g self
in windows_ci.yml, before running tests, to get more usable backtraces on compilation crashes in PRs
This commit is contained in:
parent
094ef857b1
commit
8cd7a4f136
2
.github/workflows/windows_ci.yml
vendored
2
.github/workflows/windows_ci.yml
vendored
@ -158,6 +158,8 @@ jobs:
|
||||
run: |
|
||||
v retry -- v setup-freetype
|
||||
.\.github\workflows\windows-install-sqlite.bat
|
||||
- name: v -g self
|
||||
run: v -g self
|
||||
- name: v doctor
|
||||
run: |
|
||||
v doctor
|
||||
|
Loading…
x
Reference in New Issue
Block a user