Skip to content

Commit

Permalink
update vcpkg reference
Browse files Browse the repository at this point in the history
  • Loading branch information
omarhogni committed Oct 26, 2023
1 parent aa17008 commit 1e14941
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
source: '.'
exclude: ''
extensions: 'h,hpp,cpp'
extensions: 'h,hpp,cpp,cxx'
clangFormatVersion: 16
style: file
inplace: True
Expand Down

0 comments on commit 1e14941

Please sign in to comment.