From f426c477479c0e0972156209eb0116c7a9eeedb8 Mon Sep 17 00:00:00 2001 From: Roy Buitenhuis Date: Tue, 11 Apr 2023 17:40:05 +0200 Subject: [PATCH] Remove empty line, causing build issues. --- ci.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci.sh b/ci.sh index 30fca4bc..1b3fac8b 100755 --- a/ci.sh +++ b/ci.sh @@ -125,7 +125,6 @@ cargo batch \ --- build --release --manifest-path tests/rp/Cargo.toml --target thumbv6m-none-eabi --out-dir out/tests/rpi-pico \ --- build --release --manifest-path tests/nrf/Cargo.toml --target thumbv7em-none-eabi --out-dir out/tests/nrf52840-dk \ --- build --release --manifest-path tests/riscv32/Cargo.toml --target riscv32imac-unknown-none-elf \ - $BUILD_EXTRA