diff options
-rw-r--r-- | ci/script.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/script.sh b/ci/script.sh index 5b836d2..82b3a1d 100644 --- a/ci/script.sh +++ b/ci/script.sh @@ -1,6 +1,8 @@ set -ex main() { + cargo generate-lockfile + case $TARGET in thumbv*-none-eabi*) cross build --target $TARGET |