Skip to content

Commit 42ddd1a

Browse files
committed
build: add missing system deps for workflow
1 parent 766f42f commit 42ddd1a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/rust.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- name: Generate prisma client
1919
run: cargo prisma generate
20+
- name: Install system dependencies
21+
run: sudo apt-get install -y libglib2.0
2022
- name: Build
2123
run: cargo build --verbose
2224
- name: Run tests

0 commit comments

Comments
 (0)