Skip to content

Commit ab6b1bb

Browse files
committed
Fix qemu-fsp build dep
1 parent 2f78ffd commit ab6b1bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-x86-fsp-qemu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: install req
1414
run: |
1515
sudo apt-get update
16-
sudo apt-get install --no-install-recommends -y -q nasm gcc-multilib qemu-system-x86 swtpm
16+
sudo apt-get install --no-install-recommends -y -q nasm gcc-multilib qemu-system-x86 swtpm uuid-dev
1717
- name: setup git
1818
run: |
1919
git config --global user.email "[email protected]"

0 commit comments

Comments
 (0)