mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-07 11:59:59 +03:00
Update rust.yml
Add x11 build dependencies
This commit is contained in:
committed by
GitHub
parent
6898a961cb
commit
5c9b75ecb2
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@@ -16,6 +16,10 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: install dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install libx11-dev libxtst-dev
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
|
||||
Reference in New Issue
Block a user