Skip to content

Commit e034fcb

Browse files
authored
Update RustSetupSteps.yml (#321)
Updates RustSetupSteps.yml to use the correct variable names for the file sync to work properly.
1 parent 057537b commit e034fcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.sync/azure_pipelines/RustSetupSteps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,11 @@ steps:
122122
condition: and(succeeded(), eq(variables['Agent.OS'], 'Linux'))
123123

124124
- script: |
125-
cargo binstall -y cargo-make --version {{ sync_version.cargo_make_version }}
125+
cargo binstall -y cargo-make --version {{ sync_version.cargo_make }}
126126
displayName: Install cargo-make
127127

128128
- script: |
129-
cargo binstall -y cargo-tarpaulin --version {{ sync_version.cargo_tarpaulin_version }}
129+
cargo binstall -y cargo-tarpaulin --version {{ sync_version.cargo_tarpaulin }}
130130
displayName: Install cargo-tarpaulin
131131

132132
- script: rustup component add rustfmt rust-src --toolchain {{ sync_version.rust_toolchain }}-$(rust_target_triple)

0 commit comments

Comments
 (0)