Skip to content

Commit 5a98493

Browse files
committed
ci(fix): use clang-format from homebrew llvm instead dedicated install
The llvm package includes clang-format which seems to cause a conflict in CI https://github.com/KhronosGroup/Vulkan-Hpp/actions/runs/23335226917/job/67875285315?pr=2528 We could either resolve this conflict by force overwrite or by relying purely on the LLVM package.
1 parent 33de856 commit 5a98493

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: sudo apt update && sudo apt install libgl-dev libxcursor-dev libxi-dev libxinerama-dev libxrandr-dev
7272
- name: Setup MacOS
7373
if: contains(matrix.env.os, 'macos')
74-
run: brew install clang-format molten-vk
74+
run: brew install molten-vk
7575

7676
# Additional setups for module testing
7777
- name: Setup Modules (CMake, Ninja)

0 commit comments

Comments
 (0)