Skip to content

Commit c46d2ed

Browse files
committed
workflow bug fix
1 parent 9b4e281 commit c46d2ed

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,6 @@ jobs:
3131
container:
3232
image: duskmoon/dev-env:rcore-ci
3333
steps:
34-
- name: Remove Cargo proxy config
35-
run: |
36-
unset RUSTUP_DIST_SERVER
37-
unset RUSTUP_UPDATE_ROOT
38-
unset CARGO_HTTP_MULTIPLEXING
39-
# 删除或重置全局配置
40-
rm ${CARGO_HOME}/config.toml || true
41-
rm -rf rm ${CARGO_HOME}/registry/* || true
4234
- uses: actions/checkout@v4
4335
- name: Run tests
4436
run: |

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-binutils --locked
38+
cargo install cargo-binutils
3939
rustup component add rust-src
4040
rustup component add llvm-tools-preview
4141
endif

0 commit comments

Comments
 (0)