You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release CI: install protoc on macOS; fix Inno Setup comment syntax
Second-round fixes from the v0.2.1 run:
- macOS failed with "Could not find protoc" — the cargo build needs it and
only the Linux/Windows jobs installed it. Add protobuf to the macOS
brew install.
- Windows installer failed at windows-installer.iss line 19: the BundleId
comment block used `;` comments, but the ISPP preprocessor section uses
`//` (see the mutex-name comment). Switch those four lines to `//`.
Linux x86_64 already produced deb/rpm/AppImage/tar.gz successfully in v0.2.1.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>