Skip to content

Commit 206e9f0

Browse files
committed
Fix CI
Was failing with: > The system library `glib-2.0` required by crate `glib-sys` was not found.
1 parent 7b6f739 commit 206e9f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
- uses: actions/checkout@v2
1919
- name: Build
2020
run: cargo build --verbose
21+
- name: Install glib for testing
22+
run: apt-get install -y libglib2.0-dev
2123
- name: Run tests
2224
run: cargo test --verbose
2325
- name: Check formatting

0 commit comments

Comments
 (0)