ci: switch to gitea.com action mirrors to bypass github.com network block #27

Merged
dailz merged 13 commits from ci-fix into master 2026-07-14 21:51:50 +08:00
Showing only changes of commit 93c331f11e - Show all commits
-11
View File
@@ -84,17 +84,6 @@ jobs:
registry = "sparse+https://rsproxy.cn/index/" registry = "sparse+https://rsproxy.cn/index/"
EOF EOF
- name: Cache cargo registry + build artifacts
uses: https://gitea.com/actions/cache@v4
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('Cargo.lock', 'Cargo.toml') }}
restore-keys: |
${{ runner.os }}-cargo-
- name: Clippy (release, all targets) - name: Clippy (release, all targets)
run: cargo clippy --release --all-targets run: cargo clippy --release --all-targets