Skip to content

Commit

Permalink
workflows/ci/qemu: add GLib-2.0 dependency for Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
lschuermann committed Jan 6, 2025
1 parent 86cedf7 commit 39b408e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Install dependencies
continue-on-error: true
run: |
sudo apt install meson
sudo apt install meson libglib2.0-dev
- uses: actions/checkout@v4
- name: ci-job-qemu
run: make ci-job-qemu

0 comments on commit 39b408e

Please sign in to comment.