This commit is contained in:
wheremyfoodat 2023-08-07 19:27:18 +03:00 committed by GitHub
parent d15b51a4c5
commit bc6961cca3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ jobs:
run: git submodule update --init --recursive
- name: Install misc packages
run: sudo apt install libx11-dev libgl1-mesa-glx
run: sudo apt-get update && apt install libx11-dev libgl1-mesa-glx
- name: Setup Vulkan SDK
uses: humbletim/setup-vulkan-sdk@v1.2.0