Skip to content

Commit b27ad14

Browse files
committed
Fixed CI failing due to sys dependency
1 parent fe3b2c1 commit b27ad14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Install Rust nightly
6161
uses: dtolnay/rust-toolchain@nightly
6262
- name: Run cargo doc
63-
run: cargo doc --no-deps --all-features
63+
run: sudo apt-get install -y libasound2-dev && cargo doc --no-deps --all-features
6464
env:
6565
RUSTDOCFLAGS: --cfg docsrs
6666
test:

0 commit comments

Comments
 (0)