mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
ci: fix dependencies for modules with examples (libasound2-dev is needed for sokol.audio on Ubuntu)
This commit is contained in:
parent
cdbedc43cb
commit
44d4f574e9
1 changed files with 6 additions and 0 deletions
6
.github/workflows/module_docs_ci.yml
vendored
6
.github/workflows/module_docs_ci.yml
vendored
|
@ -35,6 +35,12 @@ jobs:
|
|||
- uses: actions/checkout@v5
|
||||
- name: Build V
|
||||
run: make -j4 && ./v symlink
|
||||
- name: Install dependencies (some modules wrap C libs)
|
||||
run: v retry -- sudo apt install --quiet -y libpq-dev
|
||||
libsodium-dev libasound2-dev libssl-dev \
|
||||
sqlite3 libsqlite3-dev libfreetype6-dev \
|
||||
libx11-dev libxi-dev freeglut3-dev \
|
||||
libgl1-mesa-dri libxcursor-dev libgl-dev libxrandr-dev
|
||||
- name: Install markdown from vpm
|
||||
run: v retry -- v install markdown
|
||||
- name: Test v doc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue