mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-05 13:14:59 +00:00
clang-format.yml: Upgrade to clang-format 19
This commit is contained in:
parent
038a0bf44f
commit
91e50f83c4
1 changed files with 4 additions and 4 deletions
8
.github/workflows/clang-format.yml
vendored
8
.github/workflows/clang-format.yml
vendored
|
@ -47,17 +47,17 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
|
||||
|
||||
- name: Install clang-format 18
|
||||
- name: Install clang-format 19
|
||||
run: |-
|
||||
set -x
|
||||
source /etc/os-release
|
||||
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
|
||||
sudo add-apt-repository "deb https://apt.llvm.org/${UBUNTU_CODENAME}/ llvm-toolchain-${UBUNTU_CODENAME}-18 main"
|
||||
sudo add-apt-repository "deb https://apt.llvm.org/${UBUNTU_CODENAME}/ llvm-toolchain-${UBUNTU_CODENAME}-19 main"
|
||||
sudo apt-get update # due to new repository
|
||||
sudo apt-get install --yes --no-install-recommends -V \
|
||||
clang-format-18 \
|
||||
clang-format-19 \
|
||||
moreutils
|
||||
echo /usr/lib/llvm-18/bin >>"${GITHUB_PATH}"
|
||||
echo /usr/lib/llvm-19/bin >>"${GITHUB_PATH}"
|
||||
|
||||
- name: Run clang-format
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue