We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ba5f27 + ac1e031 commit 0208708Copy full SHA for 0208708
ci/azure-test-all.yml
@@ -7,7 +7,7 @@ steps:
7
- bash: rustup target add $OTHER_TARGET
8
displayName: "Install cross-compile target"
9
10
-- bash: sudo apt install gcc-multilib
+- bash: sudo apt update -y && sudo apt install gcc-multilib -y
11
displayName: "Install gcc-multilib (linux)"
12
condition: and(succeeded(), eq(variables['Agent.OS'], 'Linux'))
13
0 commit comments