We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd20de4 commit bd375c0Copy full SHA for bd375c0
2 files changed
.github/workflows/build.yml
@@ -67,7 +67,7 @@ jobs:
67
uses: swatinem/rust-cache@v2
68
with:
69
workspaces: "./src-tauri -> target"
70
- key: ${{ matrix.rust_target }}
+ shared-key: ${{ matrix.rust_target }}
71
72
- name: Install dependencies
73
run: pnpm install
.github/workflows/release.yml
@@ -95,7 +95,7 @@ jobs:
95
96
97
98
99
100
# 配置 Windows lld 链接器
101
- name: Configure Rust linker (Windows lld)
0 commit comments