Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ jobs:
container:
image: duskmoon/dev-env:rcore-ci
steps:
- name: Remove Cargo proxy config
run: |
unset RUSTUP_DIST_SERVER
unset RUSTUP_UPDATE_ROOT
unset CARGO_HTTP_MULTIPLEXING
# 删除或重置全局配置
rm ${CARGO_HOME}/config.toml || true
rm -rf rm ${CARGO_HOME}/registry/* || true
- uses: actions/checkout@v4
- name: Run tests
run: |
Expand Down