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.
apt update
apt install
1 parent 3ba5f27 commit ac1e031Copy full SHA for ac1e031
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