Skip to content

Commit f2fbced

Browse files
author
yggverse
committed
add missed dependencies
1 parent 407c3e2 commit f2fbced

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- name: Run rustfmt
2121
run: cargo fmt --all -- --check
22+
- name: Update packages index
23+
run: sudo apt update
24+
- name: Install system packages
25+
run: sudo apt install -y libglib2.0-dev
2226
- name: Run clippy
2327
run: cargo clippy --all-targets
2428
- name: Build

0 commit comments

Comments
 (0)