Skip to content

Commit 361e45f

Browse files
committed
fix CI for ch9
1 parent ad8fa62 commit 361e45f

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
@@ -72,7 +72,7 @@ OBJCOPY := rust-objcopy --binary-architecture=riscv64
7272
DISASM ?= -x
7373
env:
7474
(rustup target list | grep "$(TARGET) (installed)") || rustup target add $(TARGET)
75-
cargo install cargo-binutils
75+
cargo install cargo-binutils --version 0.3.0
7676
rustup component add rust-src
7777
rustup component add llvm-tools-preview
7878

0 commit comments

Comments
 (0)