mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
chore: assign target for rust-cache (#1005)
Co-authored-by: himself65 <himself65@outlook.com> Co-authored-by: Whitewater <me@waterwater.moe>
This commit is contained in:
8
.github/workflows/client-app.yml
vendored
8
.github/workflows/client-app.yml
vendored
@@ -22,7 +22,9 @@ permissions:
|
|||||||
security-events: write
|
security-events: write
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: release-ci-group
|
# The concurrency group contains the workflow name and the branch name for
|
||||||
|
# pull requests or the commit hash for any other events.
|
||||||
|
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -95,6 +97,10 @@ jobs:
|
|||||||
${{ runner.os }}-pnpm-store-
|
${{ runner.os }}-pnpm-store-
|
||||||
- name: Get rust cache
|
- name: Get rust cache
|
||||||
uses: Swatinem/rust-cache@v2
|
uses: Swatinem/rust-cache@v2
|
||||||
|
id: rust-cache
|
||||||
|
with:
|
||||||
|
workspaces: |
|
||||||
|
apps/desktop/src-tauri
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pnpm i -r
|
run: pnpm i -r
|
||||||
|
|||||||
Reference in New Issue
Block a user