Skip to content

Commit

Permalink
fix(ci): install required xi library
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Sep 23, 2023
1 parent 9b27e06 commit 3899b13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
--no-install-recommends \
--allow-unauthenticated \
libasound2-dev \
libx11-dev \
libxi-dev \
pkg-config
- name: Install Rust toolchain
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
--no-install-recommends \
--allow-unauthenticated \
libasound2-dev \
libx11-dev \
libxi-dev \
pkg-config
- name: Install Rust toolchain
Expand Down

0 comments on commit 3899b13

Please sign in to comment.