From da79afe20b248daf21d05f5eeb96377d5f58066e Mon Sep 17 00:00:00 2001 From: transistor Date: Sun, 30 Apr 2023 21:39:50 -0700 Subject: [PATCH] Updated actions --- .github/workflows/deploy-docs.yml | 3 +++ 1 file changed, 3 insertions(+) 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 .