From 9aada40c4ea89fd4e88335772616bd28fea45cf9 Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Mon, 8 Apr 2024 10:29:30 +0200 Subject: [PATCH] Revert "CI FFmpeg Linux: pin Vulkan-Headers" No longer needed. Moreover, this now prevents the FFmpeg build. This reverts commit b8f4d15df44625d8251a32b7ef249d71ea87dc0a. --- .github/scripts/Linux/install_others.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/scripts/Linux/install_others.sh b/.github/scripts/Linux/install_others.sh index 6d7184c95..42ffbd15e 100755 --- a/.github/scripts/Linux/install_others.sh +++ b/.github/scripts/Linux/install_others.sh @@ -95,8 +95,7 @@ install_rav1e() {( # FFmpeg master needs at least v1.3.238 as for 23th Aug '23 install_vulkan() {( - # 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 + git clone --depth 1 https://github.com/KhronosGroup/Vulkan-Headers mkdir Vulkan-Headers/build cd Vulkan-Headers/build cmake ..