chore: Fix failing tests

Add missing libraries for X11 clipboard access
This commit is contained in:
CUB3D 2020-06-03 20:06:01 +01:00
parent 4987cfdaac
commit 22d64aabd5
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ jobs:
- name: Install linux depencencies - name: Install linux depencencies
if: matrix.os == 'ubuntu-latest' 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 - name: Run all rust tests
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1

View File

@ -35,7 +35,7 @@ jobs:
- name: Install linux depencencies - name: Install linux depencencies
if: matrix.os == 'ubuntu-latest' 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 - name: Install wasm-pack
run: cargo install wasm-pack run: cargo install wasm-pack