Fixed github workflows
This commit is contained in:
parent
801b485f26
commit
c1d432355e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
version: master
|
version: master
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
run: sudo apt install -y libwayland-dev libxkbcommon-dev xorg-dev glslc libvulkan1
|
run: sudo apt install -y libwayland-dev libxkbcommon-dev xorg-dev glslc libvulkan1 libvulkan-dev
|
||||||
- name: build docs
|
- name: build docs
|
||||||
run: zig build docs
|
run: zig build docs
|
||||||
- name: archive docs
|
- name: archive docs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue