Skip to content

Commit f5c3389

Browse files
milkey-mousevberger
authored andcommitted
Fix CI for no-features build
1 parent 3704759 commit f5c3389

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
toolchain: ${{ matrix.rust }}
3232
override: true
3333

34+
- name: Install libxkbcommon
35+
run: sudo apt-get install libxkbcommon-dev
36+
3437
- name: Test lib no features
3538
uses: actions-rs/cargo@v1
3639
with:

0 commit comments

Comments
 (0)