mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-02 22:41:29 +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:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
- name: install dependencies
|
||||||
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install libx11-dev libxtst-dev
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --verbose
|
run: cargo build --verbose
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
|||||||
Reference in New Issue
Block a user