Commit e2fb53c
fix(ci): add SQLCipher dependency to Release workflow
The wraith-chat crate requires SQLCipher for its encrypted database.
The Release workflow Test Suite job was missing libsqlcipher-dev,
causing the v1.6.0 release build to fail with linker errors.
Added libsqlcipher-dev to match the CI workflow configuration.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 72a21e2 commit e2fb53c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
0 commit comments