Skip to content

Commit d830dd6

Browse files
committed
Where is g++-11?
1 parent c3b0c09 commit d830dd6

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
@@ -8,7 +8,7 @@ build:
88
python: "3.11"
99
jobs:
1010
pre_install:
11-
- ls -la /usr/bin/g++
11+
- ls -la /usr/bin/g++-11
1212
- update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-13 100
1313
- g++ --version
1414
- make requirements

0 commit comments

Comments
 (0)