mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 21:40:15 +00:00
CI FFmpeg Linux: pin Vulkan-Headers
FFmpeg doesn't currently build with current version of Vulkan-Headers. See failed run: <https://github.com/CESNET/UltraGrid/actions/runs/7842879019/job/21402069840>
This commit is contained in:
3
.github/scripts/Linux/install_others.sh
vendored
3
.github/scripts/Linux/install_others.sh
vendored
@@ -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
|
||||
# TOREMOVE: FFmpeg doesn't currently build with main (2024-02-09)
|
||||
git clone -b v1.3.276 --depth 1 https://github.com/KhronosGroup/Vulkan-Headers
|
||||
mkdir Vulkan-Headers/build
|
||||
cd Vulkan-Headers/build
|
||||
cmake ..
|
||||
|
||||
Reference in New Issue
Block a user