diff options
author | 2019-11-14 23:31:55 +0100 | |
---|---|---|
committer | 2019-11-14 23:31:55 +0100 | |
commit | fb49679a04395c0c232a25e654e5e26c4cc5a06e (patch) | |
tree | 19f335979bb119ab86a20e9f3496cbaeaa9045af /.github | |
parent | c8d4774704f970bb26eb5d9903b7a741b1c225e3 (diff) | |
download | iced-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.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: | |