We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3747f22 commit dcead54Copy full SHA for dcead54
.github/workflows/main.yml
@@ -244,7 +244,7 @@ jobs:
244
run: |
245
set -ex
246
sudo apt-get update
247
- sudo apt-get install -y ${{ matrix.gcc_package }} ninja-build
+ sudo apt-get install -y ${{ matrix.gcc_package }} ninja-build libglib2.0-dev
248
249
# Download and build qemu from source since the most recent release is
250
# way faster at arm emulation than the current version github actions'
0 commit comments