Update release.yml

This commit is contained in:
htrefil 2023-08-22 19:44:24 +02:00 committed by Jan Trefil
parent 836f99c46f
commit 77de3f878a

View file

@ -12,6 +12,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
run: sudo apt update && sudo apt -y install libevdev-dev && cargo build --verbose
- name: Run tests
run: cargo test --verbose