diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/integration.yml | 5 |
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: | |