From 22d64aabd5beaf1ebe6b04aafbb03080a9c05583 Mon Sep 17 00:00:00 2001 From: CUB3D Date: Wed, 3 Jun 2020 20:06:01 +0100 Subject: [PATCH] chore: Fix failing tests Add missing libraries for X11 clipboard access --- .github/workflows/test_rust.yml | 2 +- .github/workflows/test_web.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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