Skip to content

Commit 467e525

Browse files
committed
What are the other options?
1 parent d830dd6 commit 467e525

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
11+
- ls -la /usr/bin | grep -i g++
1212
- update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-13 100
1313
- g++ --version
1414
- make requirements

0 commit comments

Comments
 (0)