Skip to content

Commit c63fce7

Browse files
GiggleLiuclaude
andcommitted
fix(ci): use explicit features for rustdoc build
--all-features enables ilp-scip which requires SCIP solver not available in CI. Use --features ilp-highs to match the CI workflow. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3c8b3d4 commit c63fce7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: make examples && typst compile --root docs docs/paper/reductions.typ book/reductions.pdf
4646

4747
- name: Build rustdoc
48-
run: RUSTDOCFLAGS="--default-theme=dark" cargo doc --all-features --no-deps
48+
run: RUSTDOCFLAGS="--default-theme=dark" cargo doc --features ilp-highs --no-deps
4949

5050
- name: Combine documentation
5151
run: |

0 commit comments

Comments
 (0)