Skip to content

Commit

Permalink
add: 添加rust编译cache
Browse files Browse the repository at this point in the history
  • Loading branch information
HalfSweet committed Jan 18, 2024
1 parent de59343 commit a929965
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
targets: ${{ matrix.target.name }}

- name: Rust cache
uses: swatinem/rust-cache@v2
with:
workspaces: './src-tauri -> target'

- uses: pnpm/action-setup@v2
with:
Expand Down

0 comments on commit a929965

Please sign in to comment.