diff --git a/.github/scripts/Linux/install_others.sh b/.github/scripts/Linux/install_others.sh index a75d77fbb..7c2858830 100755 --- a/.github/scripts/Linux/install_others.sh +++ b/.github/scripts/Linux/install_others.sh @@ -80,7 +80,8 @@ install_pipewire() {( # FFmpeg master needs at least v1.3.238 as for 23th Aug '23 install_vulkan() {( - git clone --depth 1 https://github.com/KhronosGroup/Vulkan-Headers + git clone --depth 1 -b v1.3.270 \ + https://github.com/KhronosGroup/Vulkan-Headers mkdir Vulkan-Headers/build cd Vulkan-Headers/build cmake ..