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.
1 parent 5391cc8 commit b94e978Copy full SHA for b94e978
ci/azure-steps.yml
@@ -3,6 +3,10 @@ steps:
3
- bash: rustup target add $TARGET
4
displayName: Install Rust target
5
6
+ - bash: sudo apt-get install gcc-multilib
7
+ condition: eq( variables['Agent.OS'], 'Linux' )
8
+ displayName: Install gcc-multilib
9
+
10
- script: cargo build
11
displayName: "Normal build"
12
- bash: cargo test $NO_RUN -- --test-threads 1
0 commit comments