Skip to content

Commit 3317842

Browse files
committed
workflow bug fix
1 parent 132b526 commit 3317842

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

os/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ build: env $(KERNEL_BIN)
3535
env:
3636
ifeq ($(OFFLINE),)
3737
(rustup target list | grep "riscv64gc-unknown-none-elf (installed)") || rustup target add $(TARGET)
38-
cargo install cargo-binutilslocked
38+
cargo install cargo-binutils@0.3.5 --locked
3939
rustup component add rust-src
4040
rustup component add llvm-tools-preview
4141
endif

0 commit comments

Comments
 (0)