Skip to content

Fix building Proximity.cpp with Qt6 and gcc 11.2 #33

Fix building Proximity.cpp with Qt6 and gcc 11.2

Fix building Proximity.cpp with Qt6 and gcc 11.2 #33

Workflow file for this run

name: clang-format-check
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DoozyX/clang-format-lint-action@v0.15
with:
source: '.'
extensions: 'h,cpp,c'