Commit eb4662c
ci(release): exclude sqlrite-journal from release-pr lock refresh (#147)
#145 added `examples/desktop-journal/src-tauri` (package
`sqlrite-journal`, a Tauri/GTK crate) as a workspace member and updated
ci.yml's build/test/clippy/doc steps to `--exclude sqlrite-journal`, but
release-pr.yml's "Refresh Cargo.lock" step was missed. So
`cargo build --workspace --exclude sqlrite-desktop` tried to compile
sqlrite-journal → glib-sys on a runner without the GTK system libs,
failing the first release-PR dispatch since #145 merged.
Mirror ci.yml: also exclude sqlrite-journal here. Lock-refresh only
needs to resolve versions, not build the desktop/journal apps.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent ed83464 commit eb4662c
1 file changed
Lines changed: 9 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
96 | 98 | | |
97 | 99 | | |
98 | 100 | | |
| |||
0 commit comments