Skip to content

Commit

Permalink
use bash on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Oct 26, 2019
1 parent 94a39da commit 6d4650e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/azure-test-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
workingDirectory: $(Build.SourcesDirectory)/${{ crate.key }}

# Remove all dev-dependencies to avoid https://github.com/rust-lang/cargo/issues/4866.
- script: cargo run --manifest-path ci/remove-dev-dependencies/Cargo.toml ./*/Cargo.toml
- bash: cargo run --manifest-path ci/remove-dev-dependencies/Cargo.toml ./*/Cargo.toml
displayName: Remove dev-dependencies

# Check each specified feature works properly
Expand Down

0 comments on commit 6d4650e

Please sign in to comment.