We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c33049a commit 09cc432Copy full SHA for 09cc432
.github/workflows/libcxx-check-generated-files.yml
@@ -23,5 +23,5 @@ jobs:
23
- name: Check generated files
24
run: libcxx/utils/ci/run-buildbot check-generated-output
25
env:
26
- CC: clang-22
27
- CXX: clang++-22
+ CC: cc
+ CXX: c++
0 commit comments