possible workflow fix for Gitea

This commit is contained in:
2025-06-19 04:02:51 +03:00
parent 0a9dc5edfe
commit 84bbb0d68f

View File

@@ -33,16 +33,16 @@ jobs:
- name: Rust setup (mac) - name: Rust setup (mac)
if: startsWith(matrix.platform, 'macos') if: startsWith(matrix.platform, 'macos')
uses: actions-rust-lang/setup-rust-toolchain@v1 uses: dtolnay/rust-toolchain@stable
with: with:
rustflags: '' components: rustfmt, clippy
target: x86_64-apple-darwin targets: aarch64-apple-darwin, x86_64-apple-darwin
- name: Rust setup - name: Rust setup
if: "!startsWith(matrix.platform, 'macos')" if: "!startsWith(matrix.platform, 'macos')"
uses: actions-rust-lang/setup-rust-toolchain@v1 uses: dtolnay/rust-toolchain@stable
with: with:
rustflags: '' components: rustfmt, clippy
- name: Setup rust cache - name: Setup rust cache
uses: actions/cache@v4 uses: actions/cache@v4