Remove Install libinput step from CI workflow

This commit is contained in:
Héctor Ramón Jiménez 2019-11-14 23:31:55 +01:00
parent c8d4774704
commit fb49679a04

View file

@ -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: |