Skip to content

Fix build.

Fix build. #1995

name: C++ CI Serial Programs Ubuntu clang
on:
push:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
jobs:
build:
if: github.event_name != 'pull_request' || github.event.pull_request.draft == false
uses: ./.github/workflows/cpp-ci-serial-programs-base.yml
with:
os: ubuntu-26.04
compiler: clang
run-clang-query: true
run-tests: true