Skip to content

Commit 09cc432

Browse files
committed
Try fixing the generated files job
1 parent c33049a commit 09cc432

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/libcxx-check-generated-files.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
- name: Check generated files
2424
run: libcxx/utils/ci/run-buildbot check-generated-output
2525
env:
26-
CC: clang-22
27-
CXX: clang++-22
26+
CC: cc
27+
CXX: c++

0 commit comments

Comments
 (0)