Skip to content

Commit 59b065c

Browse files
committed
fix ci bug?
1 parent 9caa4de commit 59b065c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

os/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ build: env $(KERNEL_BIN) fs-img
4040
env:
4141
ifeq ($(OFFLINE),)
4242
(rustup target list | grep "riscv64gc-unknown-none-elf (installed)") || rustup target add $(TARGET)
43-
cargo install cargo-binutils
43+
cargo install cargo-binutils --locked
4444
rustup component add rust-src
4545
rustup component add llvm-tools-preview
4646
endif

0 commit comments

Comments
 (0)