diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index b7ded7d..f61a68f 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -44,6 +44,11 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: Install dependencies + run: | + sudo apt update + sudo apt install -y --no-install-recommends libasound2-dev pkg-config wget libavutil-dev libavformat-dev + - name: Install toolchain uses: dtolnay/rust-toolchain@stable