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 b6e4ed1956 - Show all commits
+3 -1
View File
@@ -34,7 +34,9 @@ jobs:
- uses: https://gitea.com/actions/checkout@v4
- name: Install Rust toolchain (stable)
run: rustup toolchain install stable --profile minimal --component clippy && rustup default stable
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain stable --profile minimal --component clippy
echo "$HOME/.cargo/bin" >> "$GITHUB_PATH"
- name: Install system dependencies
run: |