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 467e525 commit cca5067Copy full SHA for cca5067
.readthedocs.yaml
@@ -9,7 +9,7 @@ build:
9
jobs:
10
pre_install:
11
- ls -la /usr/bin | grep -i g++
12
- - update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-13 100
+ - update-alternatives --install /usr/bin/g++ g++ /usr/bin/clang++-13 100
13
- g++ --version
14
- make requirements
15
- make package
0 commit comments