From b10fb27ee4ae74597816cfc5fef7cbf4fee05f67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Gr=C3=BCninger?= Date: Sun, 23 Nov 2025 17:21:08 +0100 Subject: [PATCH] [ci] Fix comment in iwyu.yml Comments need to be properly indented. --- .github/workflows/iwyu.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/iwyu.yml b/.github/workflows/iwyu.yml index 649991f9373..4d1d83fed1f 100644 --- a/.github/workflows/iwyu.yml +++ b/.github/workflows/iwyu.yml @@ -21,11 +21,11 @@ jobs: image: "fedora:latest" stdlib: libstdc++ clang_inc: '-isystem/usr/lib/clang/20/include' - # TODO: disable because it currently fails with "error: tried including but didn't find libc++'s header." - #- os: ubuntu-22.04 - # image: "fedora:latest" - # stdlib: libc++ - # clang_inc: '-isystem/usr/lib/clang/20/include' + # TODO: disable because it currently fails with "error: tried including but didn't find libc++'s header." + #- os: ubuntu-22.04 + # image: "fedora:latest" + # stdlib: libc++ + # clang_inc: '-isystem/usr/lib/clang/20/include' - os: macos-13 image: "" stdlib: libc++ # no libstdc++ on macOS