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.
2 parents 71a3e32 + b291b3f commit fcb85b5Copy full SHA for fcb85b5
.github/workflows/rust.yml
@@ -66,6 +66,7 @@ jobs:
66
if: matrix.build-uniffi
67
run: cargo build --features uniffi --verbose --color always
68
- name: Build documentation on Rust ${{ matrix.toolchain }}
69
+ if: "matrix.platform != 'windows-latest' || matrix.toolchain != '1.63.0'"
70
run: |
71
cargo doc --release --verbose --color always
72
cargo doc --document-private-items --verbose --color always
0 commit comments