Skip to content

Commit 6b9ef96

Browse files
committed
ci: fix typo with cargo install command
1 parent 910e673 commit 6b9ef96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/buildlib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ elif [[ ${OSTYPE} == "darwin"* ]]; then
5959
fi
6060

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

0 commit comments

Comments
 (0)