diff options
Diffstat (limited to 'ci')
-rw-r--r-- | ci/script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/script.sh b/ci/script.sh index e5f113b..3dd9a1b 100644 --- a/ci/script.sh +++ b/ci/script.sh @@ -21,7 +21,7 @@ case $TARGET in cargo build --target $TARGET # run the main executable using the emulator - qemu-arm -L /usr/arm-linux-gnueabihf target/$TARGET/debug/ilc + qemu-arm -L /usr/arm-linux-gnueabihf target/$TARGET/debug/ilc -V ;; *) cargo build --target $TARGET --verbose |