Skip to content

Commit b10fb27

Browse files
committed
[ci] Fix comment in iwyu.yml
Comments need to be properly indented.
1 parent 3747685 commit b10fb27

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/iwyu.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
image: "fedora:latest"
2222
stdlib: libstdc++
2323
clang_inc: '-isystem/usr/lib/clang/20/include'
24-
# TODO: disable because it currently fails with "error: <cstddef> tried including <stddef.h> but didn't find libc++'s <stddef.h> header."
25-
#- os: ubuntu-22.04
26-
# image: "fedora:latest"
27-
# stdlib: libc++
28-
# clang_inc: '-isystem/usr/lib/clang/20/include'
24+
# TODO: disable because it currently fails with "error: <cstddef> tried including <stddef.h> but didn't find libc++'s <stddef.h> header."
25+
#- os: ubuntu-22.04
26+
# image: "fedora:latest"
27+
# stdlib: libc++
28+
# clang_inc: '-isystem/usr/lib/clang/20/include'
2929
- os: macos-13
3030
image: ""
3131
stdlib: libc++ # no libstdc++ on macOS

0 commit comments

Comments
 (0)