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 77ff47f commit c3b0c09Copy full SHA for c3b0c09
.readthedocs.yaml
@@ -8,6 +8,7 @@ build:
8
python: "3.11"
9
jobs:
10
pre_install:
11
+ - ls -la /usr/bin/g++
12
- update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-13 100
13
- g++ --version
14
- make requirements
0 commit comments