Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryThis PR adds Important Note: The PR description appears to describe a different, much larger set of changes (multi-platform release jobs, pnpm migration, Node.js upgrades, architecture verification, etc.) that are not present in this commit. The actual change is a single-line addition of two package names to the Linux dependency installation step. Either the description is from a different PR, or the changes described have already been merged in previous commits. Confidence Score: 5/5
|
| Filename | Overview |
|---|---|
| .github/workflows/release.yml | Added pkg-config and libsecret-1-dev dependencies for keytar native module compilation on Linux |
Last reviewed commit: 3fb894d
| run: | | ||
| sudo apt-get update | ||
| sudo apt-get install -y build-essential | ||
| sudo apt-get install -y build-essential pkg-config libsecret-1-dev |
There was a problem hiding this comment.
Added libsecret-1-dev for keytar native module compilation (required for SSH credential storage via OS keychain)
Summary
native build fails because libsecret-1-dev is missing on the Ubuntu runner
Test plan