Skip to content

Fix building on MinGW: default WINVER is too old (#1681) #1254

Fix building on MinGW: default WINVER is too old (#1681)

Fix building on MinGW: default WINVER is too old (#1681) #1254

name: clang-format-lint
on:
push: {}
pull_request: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DoozyX/[email protected]
with:
source: './include/benchmark ./src ./test'
extensions: 'h,cc'
clangFormatVersion: 12
style: Google