Update Linux CI

This commit is contained in:
wheremyfoodat 2023-08-07 18:00:10 +03:00 committed by GitHub
commit 7ee58e11d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,9 @@ jobs:
- name: Fetch submodules
run: git submodule update --init --recursive
- name: Install X11 packages
run: sudo apt install libx11-dev
- name: Setup Vulkan SDK
uses: humbletim/setup-vulkan-sdk@v1.2.0
with: