summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-11-14 23:31:55 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-11-14 23:31:55 +0100
commitfb49679a04395c0c232a25e654e5e26c4cc5a06e (patch)
tree19f335979bb119ab86a20e9f3496cbaeaa9045af /.github
parentc8d4774704f970bb26eb5d9903b7a741b1c225e3 (diff)
downloadiced-fb49679a04395c0c232a25e654e5e26c4cc5a06e.tar.gz
iced-fb49679a04395c0c232a25e654e5e26c4cc5a06e.tar.bz2
iced-fb49679a04395c0c232a25e654e5e26c4cc5a06e.zip
Remove `Install libinput` step from CI workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/integration.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml
index 16d60ea7..008e0edd 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -12,11 +12,6 @@ jobs:
with:
rust-version: ${{ matrix.rust }}
targets: ${{ matrix.targets }}
- - name: Install libinput
- if: matrix.os == 'ubuntu-latest'
- run: |
- sudo apt-get -qq update
- sudo apt-get install -y libasound2-dev libudev-dev
- uses: actions/checkout@master
- name: Run tests
run: |