Skip to content

Commit 6dc10b8

Browse files
Disasmtherealprof
andauthored
Update ci/script.sh
Co-Authored-By: Daniel Egger <[email protected]>
1 parent de3a621 commit 6dc10b8

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
@@ -462,7 +462,7 @@ main() {
462462
# Test RISC-V K210
463463
pushd $td
464464

465-
$cwd/target/$TARGET/release/svd2rust --target riscv -i $td/k210.svd
465+
RUST_BACKTRACE=1 $cwd/target/$TARGET/release/svd2rust --target riscv -i $td/k210.svd
466466
mv $td/lib.rs $td/src/lib.rs
467467
rustfmt $td/src/lib.rs || true
468468

0 commit comments

Comments
 (0)