From 1e14941637dd57e888b88abfa4ef3d185214f7ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93mar=20H=C3=B6gni=20Gu=C3=B0marsson?= Date: Thu, 26 Oct 2023 13:35:20 +0000 Subject: [PATCH] update vcpkg reference --- .github/workflows/build.yml | 2 +- .github/workflows/clang-format.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9a38d6e..12e6c5c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: - name: Restore artifacts, or setup vcpkg uses: lukka/run-vcpkg@v11 with: - vcpkgGitCommitId: 'fbc868ee5e12e3e81f464104be246ec06553c274' + vcpkgGitCommitId: '213c01f8719e0f8bd48ec6285074a22a7fe5e5a3' vcpkgJsonGlob: 'vcpkg.json' - name: build with cmake diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 020a974..946d49d 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -19,7 +19,7 @@ jobs: with: source: '.' exclude: '' - extensions: 'h,hpp,cpp' + extensions: 'h,hpp,cpp,cxx' clangFormatVersion: 16 style: file inplace: True