Skip to content

[build] Clang 15 requires a flag to enable <ranges> #1321

[build] Clang 15 requires a flag to enable <ranges>

[build] Clang 15 requires a flag to enable <ranges> #1321

Workflow file for this run

name: Lint
on: [push]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
show-progress: false
- name: check
run: ./check.sh
shell: bash