Skip to content

Commit

Permalink
CI Linux: fixed failed run (Vulkan)
Browse files Browse the repository at this point in the history
fixed failed run:
<https://github.com/CESNET/UltraGrid/actions/runs/7002907554/job/19047571995>

Vulkan-Loader seem to be (temporarily?) incompatible with current Vulkan
Headers, which suffix VK_DEBUG_REPORT_OBJECT_TYPE_CUDA_FUNCTION_NV with
_EXT in v1.3.271.
  • Loading branch information
MartinPulec committed Nov 27, 2023
1 parent 61cd13d commit 62ae771
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/scripts/Linux/install_others.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..
Expand Down

0 comments on commit 62ae771

Please sign in to comment.