We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe3b2c1 commit b27ad14Copy full SHA for b27ad14
1 file changed
.github/workflows/ci.yml
@@ -60,7 +60,7 @@ jobs:
60
- name: Install Rust nightly
61
uses: dtolnay/rust-toolchain@nightly
62
- name: Run cargo doc
63
- run: cargo doc --no-deps --all-features
+ run: sudo apt-get install -y libasound2-dev && cargo doc --no-deps --all-features
64
env:
65
RUSTDOCFLAGS: --cfg docsrs
66
test:
0 commit comments