Skip to content

Commit

Permalink
ci: add deps to llinux build
Browse files Browse the repository at this point in the history
  • Loading branch information
shevernitskiy committed Oct 2, 2023
1 parent c212cd7 commit 893fefd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,11 @@ jobs:

- uses: Swatinem/rust-cache@v2

- name: Install linux build deps
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt install libxi-dev
sudo apt install libxtst-dev
- name: Build
run: cargo +nightly-2022-11-06 build --release

0 comments on commit 893fefd

Please sign in to comment.