Fixed github workflow

This commit is contained in:
Lorenzo Torres 2025-08-01 21:46:38 +02:00
parent 3932b12b10
commit 801b485f26

View file

@ -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 run: sudo apt install -y libwayland-dev libxkbcommon-dev xorg-dev glslc libvulkan1
- name: build docs - name: build docs
run: zig build docs run: zig build docs
- name: archive docs - name: archive docs