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 5e555f3 commit d2e7d4bCopy full SHA for d2e7d4b
ci/azure-steps.yml
@@ -3,7 +3,7 @@ steps:
3
- bash: rustup target add $TARGET
4
displayName: Install Rust target
5
6
- - bash: sudo apt-get install gcc-multilib
+ - bash: sudo apt-get install g++-multilib
7
condition: eq( variables['Agent.OS'], 'Linux' )
8
displayName: Install g++-multilib
9
0 commit comments