Install libinput on GitHub CI
This commit is contained in:
parent
016d2e271b
commit
23bc2627e1
1 changed files with 6 additions and 1 deletions
7
.github/workflows/integration.yml
vendored
7
.github/workflows/integration.yml
vendored
|
|
@ -8,9 +8,14 @@ jobs:
|
|||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||
rust: [stable, beta]
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: hecrj/setup-rust-action@v1
|
||||
with:
|
||||
rust-version: ${{ matrix.rust }}
|
||||
- name: Install libinput
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
run: |
|
||||
sudo apt-get -qq update
|
||||
sudo apt-get install -y libudev-dev
|
||||
- uses: actions/checkout@master
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue