Skip to content

Commit f4e0971

Browse files
committed
Fix
1 parent 0e01901 commit f4e0971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hil.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
run: |
100100
pip install -U pip
101101
pip install -r tests/requirements.txt --extra-index-url https://dl.espressif.com/pypi
102-
sudo apt update && sudo apt install libglib2.0-dev libfdt-dev libpixman-1-dev zlib1g-dev libgcrypt-devel
102+
sudo apt update && sudo apt install libpixman-1-0 libnuma1 libglib2.0-0 libslirp0 libsdl2-2.0-0
103103
104104
- name: Download QEMU
105105
if: steps.cache-linux.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)