ci: switch to gitea.com action mirrors to bypass github.com network block #27
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user