Skip to content

Commit 00e8482

Browse files
committed
install glib
1 parent ed64b48 commit 00e8482

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/sanity_test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ jobs:
1111
build:
1212
runs-on: ubuntu-24.04
1313
steps:
14+
- name: Setup Ubuntu Native Libs
15+
run: |
16+
sudo apt update
17+
sudo apt install libglib2.0-dev
18+
1419
- name: Setup Bazel
1520
uses: bazel-contrib/[email protected]
1621
with:

0 commit comments

Comments
 (0)