mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-08-02 16:47:35 -07:00
fix: Restore QC/doc CI job to operation
https://github.com/rosenpass/rosenpass/issues/62 https://github.com/rust-lang/rust/issues/108378
This commit is contained in:
committed by
Karolin Varner
parent
e12cd18a42
commit
229224d078
@@ -62,4 +62,7 @@ jobs:
|
||||
- run: rustup component add clippy
|
||||
- name: Install libsodium
|
||||
run: sudo apt-get install -y libsodium-dev
|
||||
- run: RUSTDOCFLAGS="-D warnings" cargo doc --document-private-items
|
||||
# `--no-deps` used as a workaround for a rust compiler bug. See:
|
||||
# - https://github.com/rosenpass/rosenpass/issues/62
|
||||
# - https://github.com/rust-lang/rust/issues/108378
|
||||
- run: RUSTDOCFLAGS="-D warnings" cargo doc --no-deps --document-private-items
|
||||
|
||||
Reference in New Issue
Block a user