Skip to content

Commit

Permalink
Installs glib-2.0 in workflow (#284)
Browse files Browse the repository at this point in the history
Co-authored-by: bjornvolcker <bjornvolcker@users.noreply.github.com>
  • Loading branch information
bjornvolcker and bjornvolcker authored Dec 18, 2024
1 parent efa4e3d commit 0b10ad5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/meson-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
run: python -m pip install meson==0.53.2
- name: Install ninja
run: python -m pip install ninja==1.9.0.post1
- name: Install glib-2.0
run: sudo apt-get install libglib2.0-dev
- name: Setup meson using threaded plugin
run: meson -Ddebugprints=false -Dbuildtype=debug -Dsigningplugin=threaded . build_lib
- name: Compile and run tests
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/meson-full-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
run: python -m pip install meson==0.53.2
- name: Install ninja
run: python -m pip install ninja==1.9.0.post1
- name: Install glib-2.0
run: sudo apt-get install libglib2.0-dev
- name: Setup meson using threaded plugin
run: meson -Ddebugprints=false -Dbuildtype=debug -Dsigningplugin=threaded . build_lib
- name: Compile and run tests
Expand Down

0 comments on commit 0b10ad5

Please sign in to comment.