Skip to content

Remove duplicate SortIncludes key from clang-format #42

Remove duplicate SortIncludes key from clang-format

Remove duplicate SortIncludes key from clang-format #42

Workflow file for this run

name: macOS
on: [push, pull_request]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- run: brew install qt@5 meson
- run: echo "/opt/homebrew/opt/qt@5/bin" >> $GITHUB_PATH
- run: meson setup builddir
- run: meson compile -C builddir