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