Skip to content

Commit 6a9c341

Browse files
committed
Fix typo, should be "clang++".
1 parent b44fcf1 commit 6a9c341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
include:
2020
# Also test with free-threaded build of Python
2121
- python-version: '3.14t'
22-
cxx: clang+
22+
cxx: clang++
2323
std: c++17
2424

2525
container:

0 commit comments

Comments
 (0)