Skip to content

Commit 7546b32

Browse files
committed
can't freeze or lock many of the embedded exercises
1 parent ed73ce7 commit 7546b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ cargo build --target=thumbv7em-none-eabihf --release
6969
cargo fmt --check
7070
popd
7171
pushd loopback-fw
72-
cargo build --target=thumbv7em-none-eabihf --release --locked
72+
cargo build --target=thumbv7em-none-eabihf --release
7373
cargo fmt --check
7474
popd
7575
popd

0 commit comments

Comments
 (0)