Fix GitHub actions. (#1642)

This commit is contained in:
Fangjun Kuang
2024-12-24 11:34:35 +08:00
committed by GitHub
parent 6613828d86
commit d00d1c6298
6 changed files with 21 additions and 14 deletions

View File

@@ -61,7 +61,7 @@ jobs:
if: steps.cache-qemu.outputs.cache-hit != 'true'
run: |
sudo apt-get update
sudo apt-get install autoconf automake autotools-dev ninja-build libglib2.0-dev.
sudo apt-get install build-essential zlib1g-dev pkg-config libglib2.0-dev binutils-dev libboost-all-dev autoconf libtool libssl-dev libpixman-1-dev ninja-build
- name: checkout-qemu
if: steps.cache-qemu.outputs.cache-hit != 'true'