Skip to content

Commit

Permalink
ci: fix typo with cargo install command
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Jun 21, 2024
1 parent 910e673 commit 6b9ef96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/buildlib
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ elif [[ ${OSTYPE} == "darwin"* ]]; then
fi

# manually build cargo-c for arches without native binaries
[[ -n ${SOURCE_CARGO_C} ]] && doecho cargo install cargo-c@{CARGO_C_VERSION}
[[ -n ${SOURCE_CARGO_C} ]] && doecho cargo install cargo-c@${CARGO_C_VERSION}
# output cargo-c version
cargo cinstall --version

Expand Down

0 comments on commit 6b9ef96

Please sign in to comment.