Skip to content

Commit dcead54

Browse files
committed
Add libglib2.0-dev to the qemu build.
1 parent 3747f22 commit dcead54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ jobs:
244244
run: |
245245
set -ex
246246
sudo apt-get update
247-
sudo apt-get install -y ${{ matrix.gcc_package }} ninja-build
247+
sudo apt-get install -y ${{ matrix.gcc_package }} ninja-build libglib2.0-dev
248248
249249
# Download and build qemu from source since the most recent release is
250250
# way faster at arm emulation than the current version github actions'

0 commit comments

Comments
 (0)