remove unneded linux build deps

This commit is contained in:
Stephan Dilly 2020-09-01 01:49:19 +02:00
parent e5c38e8d4a
commit 08f6735d99
2 changed files with 0 additions and 9 deletions

View File

@ -27,11 +27,6 @@ jobs:
profile: minimal
components: clippy
- name: Install dependencies for clipboard access
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get -qq install libxcb-shape0-dev libxcb-xfixes0-dev
- name: Build
run: cargo build
- name: Run tests

View File

@ -62,10 +62,6 @@ jobs:
profile: minimal
target: x86_64-unknown-linux-musl
- name: Install dependencies for clipboard access
run: |
sudo apt-get -qq install libxcb-shape0-dev libxcb-xfixes0-dev
- name: Setup MUSL
run: |
sudo apt-get -qq install musl-tools