From 08f6735d99ca4d9bdc596452e3f74ea415322768 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Tue, 1 Sep 2020 01:49:19 +0200 Subject: [PATCH] remove unneded linux build deps --- .github/workflows/cd.yml | 5 ----- .github/workflows/ci.yml | 4 ---- 2 files changed, 9 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 1ebbc777..1036b5ec 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -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 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99a7ccdb..1607fbce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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