ci: make sure the generator for vlang/docs can be compiled with latest V (prevent silent doc update stops, after breaking changes)

This commit is contained in:
Delyan Angelov 2025-06-26 00:25:47 +03:00
parent 80fed7add5
commit 388413a2c8
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED

View file

@ -46,6 +46,13 @@ jobs:
v retry brew install sassc libgit2
fi
- name: Build docs generator
run: |
v retry -- v install markdown
v retry -- git clone https://github.com/vlang/docs --branch generator --depth 1
cd docs
v .
- name: Test vtcc
if: runner.os == 'Linux'
run: .github/workflows/compile_v_with_vtcc.sh