Skip to content

Commit 8468a78

Browse files
committed
Run apt update before installing qemu
1 parent f590997 commit 8468a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ steps:
7070
- script: cargo install cargo-xbuild bootimage --debug
7171
displayName: 'Install cargo-xbuild and bootimage'
7272

73-
- script: sudo apt install qemu-system-x86
73+
- script: sudo apt update && sudo apt install qemu-system-x86
7474
condition: eq( variables['Agent.OS'], 'Linux' )
7575
displayName: 'Install QEMU (Linux)'
7676

0 commit comments

Comments
 (0)