Remove Install libinput step from CI workflow
This commit is contained in:
parent
c8d4774704
commit
fb49679a04
1 changed files with 0 additions and 5 deletions
5
.github/workflows/integration.yml
vendored
5
.github/workflows/integration.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue