summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorStephan Dilly <dilly.stephan@gmail.com>2020-09-01 01:49:19 +0200
committerStephan Dilly <dilly.stephan@gmail.com>2020-09-01 01:49:19 +0200
commit08f6735d99ca4d9bdc596452e3f74ea415322768 (patch)
treeeecc89cd7c74784b02066c6a6822e3621e3f3e06 /.github
parente5c38e8d4a23d879ef1d0fb4460f2d20a7004f38 (diff)
remove unneded linux build deps
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cd.yml5
-rw-r--r--.github/workflows/ci.yml4
2 files changed, 0 insertions, 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