diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index d854fc6..af6939a 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -16,6 +16,9 @@ jobs: with: toolchain: stable + - name: Install dependencies + run: apt-get install -y alsa + - name: Build docs run: cargo doc --document-private-items --workspace && mv target/doc .