Skip to content

Commit 9725ed4

Browse files
committed
CI: make sure the lockfile is up-to-date
1 parent fd55d41 commit 9725ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -euxo pipefail
33
beginswith() { case $2 in "$1"*) true;; *) false;; esac; }
44

55
main() {
6-
cross build --target $TARGET
6+
cross build --target $TARGET --locked
77
cross run --target $TARGET -- -V
88

99
if beginswith nightly $TRAVIS_RUST_VERSION; then

0 commit comments

Comments
 (0)