Skip to content

Commit 0a53505

Browse files
ParthJadhavclaude
andcommitted
Fix release workflow: use cargo generate-lockfile instead of cargo check
cargo check requires system libs (gtk, webkit) which aren't installed in the version-bump job. cargo generate-lockfile only needs to resolve deps. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0e8ca68 commit 0a53505

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: Update Cargo.lock
5454
working-directory: src-tauri
55-
run: cargo check
55+
run: cargo generate-lockfile
5656

5757
- name: Commit and tag
5858
run: |

0 commit comments

Comments
 (0)