Skip to content

Commit cca5067

Browse files
committed
Use clang++-13
1 parent 467e525 commit cca5067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build:
99
jobs:
1010
pre_install:
1111
- ls -la /usr/bin | grep -i g++
12-
- update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-13 100
12+
- update-alternatives --install /usr/bin/g++ g++ /usr/bin/clang++-13 100
1313
- g++ --version
1414
- make requirements
1515
- make package

0 commit comments

Comments
 (0)