Skip to content

Commit 56d8824

Browse files
committed
Fix path in CI script
1 parent 6a9787d commit 56d8824

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
@@ -444,7 +444,7 @@ main() {
444444
# Test RISC-V
445445
pushd $td
446446

447-
target/$TARGET/release/svd2rust --target riscv -i $td/e310x.svd
447+
$cwd/target/$TARGET/release/svd2rust --target riscv -i $td/e310x.svd
448448
mv $td/lib.rs $td/src/lib.rs
449449
rustfmt $td/src/lib.rs || true
450450

0 commit comments

Comments
 (0)