Skip to content

Commit

Permalink
Fix doc build.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitshifter committed Jul 21, 2023
1 parent 5ccc681 commit 0786506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build-test documentation
env:
RUSTDOCFLAGS: -Dwarnings
run: cargo doc --all --all-features --no-deps --document-private-items
run: cargo doc --workspace --all-features --features "rkyv/size_32" --no-deps --document-private-items

test:
name: Test
Expand Down

0 comments on commit 0786506

Please sign in to comment.