From fb49679a04395c0c232a25e654e5e26c4cc5a06e Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Thu, 14 Nov 2019 23:31:55 +0100 Subject: Remove `Install libinput` step from CI workflow --- .github/workflows/integration.yml | 5 ----- 1 file changed, 5 deletions(-) (limited to '.github') 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: | -- cgit