CI: Run apt update before installing qemu

This commit is contained in:
Philipp Oppermann
2019-03-26 13:03:14 +01:00
parent 6d45ffd4d7
commit 3a273540f4

View File

@@ -69,7 +69,7 @@ steps:
- script: cargo test - script: cargo test
displayName: 'Unit Tests' displayName: 'Unit Tests'
- script: sudo apt install qemu-system-x86 - script: sudo apt update && sudo apt install qemu-system-x86
condition: eq( variables['Agent.OS'], 'Linux' ) condition: eq( variables['Agent.OS'], 'Linux' )
displayName: 'Install QEMU (Linux)' displayName: 'Install QEMU (Linux)'