Merge pull request #165 from wheremyfoodat/wheremyfoodat-patch-2

Update Linux_Build.yml
This commit is contained in:
wheremyfoodat
2023-08-09 18:09:52 +03:00
committed by GitHub

View File

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