mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-03-23 07:20:58 +00:00
ci: update global cpp (#1519)
Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
This commit is contained in:
parent
2c81518dda
commit
5528f5c7e8
4
.github/workflows/cpp-lint.yml
vendored
4
.github/workflows/cpp-lint.yml
vendored
@ -55,11 +55,11 @@ jobs:
|
||||
|
||||
- name: Clang format lint
|
||||
if: ${{ steps.find_files.outputs.found_files }}
|
||||
uses: DoozyX/clang-format-lint-action@v0.15
|
||||
uses: DoozyX/clang-format-lint-action@v0.16.2
|
||||
with:
|
||||
source: ${{ steps.find_files.outputs.found_files }}
|
||||
extensions: 'cpp,h,m,mm'
|
||||
clangFormatVersion: 15
|
||||
clangFormatVersion: 16
|
||||
style: file
|
||||
inplace: false
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user