mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2024-10-14 16:32:17 +00:00
ci: fix failing clang-format-15 via apt.llvm.org (#1490)
This commit is contained in:
parent
e40e6b641e
commit
372b8c574d
6
.github/workflows/update-header-pr.yml
vendored
6
.github/workflows/update-header-pr.yml
vendored
@ -20,7 +20,11 @@ jobs:
|
||||
submodules: recursive
|
||||
|
||||
- name: Install libraries
|
||||
run: sudo apt install clang-format-15
|
||||
run: |
|
||||
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
|
||||
sudo echo "deb http://apt.llvm.org/unstable/ llvm-toolchain-15 main" > sudo tee -a "/etc/apt/sources.list.d/llvm.list"
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y clang-format-15
|
||||
|
||||
- name: Update Submodules
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user