diff --git a/.github/workflows/test_rust.yml b/.github/workflows/test_rust.yml index b4cb9ce57..8611b1a0a 100644 --- a/.github/workflows/test_rust.yml +++ b/.github/workflows/test_rust.yml @@ -30,7 +30,7 @@ jobs: - name: Install linux depencencies if: matrix.os == 'ubuntu-latest' - run: sudo apt-get -y install libasound2-dev + run: sudo apt-get -y install libasound2-dev libxcb-shape0-dev libxcb-xfixes0-dev - name: Run all rust tests uses: actions-rs/cargo@v1 diff --git a/.github/workflows/test_web.yml b/.github/workflows/test_web.yml index 8c98d4eee..8eee3b4aa 100644 --- a/.github/workflows/test_web.yml +++ b/.github/workflows/test_web.yml @@ -35,7 +35,7 @@ jobs: - name: Install linux depencencies if: matrix.os == 'ubuntu-latest' - run: sudo apt-get -y install libasound2-dev + run: sudo apt-get -y install libasound2-dev libxcb-shape0-dev libxcb-xfixes0-dev - name: Install wasm-pack run: cargo install wasm-pack