There was an error while loading. Please reload this page.
1 parent 9b4e281 commit c46d2edCopy full SHA for c46d2ed
2 files changed
.github/workflows/build.yml
@@ -31,14 +31,6 @@ jobs:
31
container:
32
image: duskmoon/dev-env:rcore-ci
33
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
42
- uses: actions/checkout@v4
43
- name: Run tests
44
run: |
os/Makefile
@@ -35,7 +35,7 @@ build: env $(KERNEL_BIN)
env:
ifeq ($(OFFLINE),)
(rustup target list | grep "riscv64gc-unknown-none-elf (installed)") || rustup target add $(TARGET)
- cargo install cargo-binutils --locked
+ cargo install cargo-binutils
rustup component add rust-src
rustup component add llvm-tools-preview
endif
0 commit comments