Skip to content

Commit b6228fa

Browse files
committed
build: update missing dependencies
1 parent 42ddd1a commit b6228fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Generate prisma client
1919
run: cargo prisma generate
2020
- name: Install system dependencies
21-
run: sudo apt-get install -y libglib2.0
21+
run: sudo apt-get update && sudo apt-get install -y libglib2-dev libgtk-3-dev
2222
- name: Build
2323
run: cargo build --verbose
2424
- name: Run tests

0 commit comments

Comments
 (0)