Browse Source

More typos...

urgh
Alex Crichton 6 years ago
parent
commit
d2e7d4b81d
  1. 2
      ci/azure-steps.yml

2
ci/azure-steps.yml

@ -3,7 +3,7 @@ steps:
- bash: rustup target add $TARGET
displayName: Install Rust target
- bash: sudo apt-get install gcc-multilib
- bash: sudo apt-get install g++-multilib
condition: eq( variables['Agent.OS'], 'Linux' )
displayName: Install g++-multilib

Loading…
Cancel
Save