From 938a96e7db0f7bf730eff404d8a10f372d276abb Mon Sep 17 00:00:00 2001 From: Matthew Parkinson Date: Wed, 16 Oct 2024 21:15:14 +0100 Subject: [PATCH 1/2] Update buildci.yml --- .github/workflows/buildci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildci.yml b/.github/workflows/buildci.yml index deef815..8495cf8 100644 --- a/.github/workflows/buildci.yml +++ b/.github/workflows/buildci.yml @@ -70,7 +70,7 @@ jobs: - name : install run: | sudo apt update - sudo apt install clang-format + sudo apt install clang-format-9 - name: Configure CMake # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make. From 24a36b453f42cf1f465317cb54d1bdcb91e0a8ca Mon Sep 17 00:00:00 2001 From: Matthew Parkinson Date: Wed, 16 Oct 2024 21:28:40 +0100 Subject: [PATCH 2/2] Update buildci.yml --- .github/workflows/buildci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildci.yml b/.github/workflows/buildci.yml index 8495cf8..ddf8cde 100644 --- a/.github/workflows/buildci.yml +++ b/.github/workflows/buildci.yml @@ -70,7 +70,7 @@ jobs: - name : install run: | sudo apt update - sudo apt install clang-format-9 + sudo apt install clang-format-15 - name: Configure CMake # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.