Skip to content

Commit

Permalink
Revert "CI Linux: fixed failed run (Vulkan)"
Browse files Browse the repository at this point in the history
VulkanLoader has been updated, with the CUDA _EXT prefix, which is on
contrary incompatible with Vulkan-Headers v1.3.270.

This reverts commit 62ae771.
  • Loading branch information
MartinPulec committed Nov 28, 2023
1 parent f9d888f commit 0c2a074
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/scripts/Linux/install_others.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ install_pipewire() {(

# FFmpeg master needs at least v1.3.238 as for 23th Aug '23
install_vulkan() {(
git clone --depth 1 -b v1.3.270 \
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 ..
Expand Down

0 comments on commit 0c2a074

Please sign in to comment.