mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 08:45:41 +08:00
refactor: comment out Rust cache step in Clippy workflow
This commit is contained in:
12
.github/workflows/clippy.yml
vendored
12
.github/workflows/clippy.yml
vendored
@@ -27,12 +27,12 @@ jobs:
|
|||||||
- name: Add Rust Target
|
- name: Add Rust Target
|
||||||
run: rustup target add ${{ matrix.target }}
|
run: rustup target add ${{ matrix.target }}
|
||||||
|
|
||||||
- name: Rust Cache
|
# - name: Rust Cache
|
||||||
uses: Swatinem/rust-cache@v2
|
# uses: Swatinem/rust-cache@v2
|
||||||
with:
|
# with:
|
||||||
workspaces: src-tauri
|
# workspaces: src-tauri
|
||||||
cache-all-crates: true
|
# cache-all-crates: true
|
||||||
cache-on-failure: true
|
# cache-on-failure: true
|
||||||
|
|
||||||
- name: Install dependencies (ubuntu only)
|
- name: Install dependencies (ubuntu only)
|
||||||
if: matrix.os == 'ubuntu-22.04'
|
if: matrix.os == 'ubuntu-22.04'
|
||||||
|
|||||||
Reference in New Issue
Block a user