build: apt update before apt install (#23806)

This commit is contained in:
Seth Hoenig
2024-08-14 08:58:15 -05:00
committed by GitHub
parent c1362c03df
commit 0bcfd9a266

View File

@@ -117,7 +117,7 @@ jobs:
- name: Install optional dependencies
if: ${{ matrix.groups == 'drivers' }}
run: sudo apt install qemu-system
run: sudo apt update && sudo apt install qemu-system
- name: Run Matrix Tests
env: