Commit a508e28
committed
fix: Ensure protoc is available in CI environments
Previous commit attempted to use protobuf-src which caused Windows
build failures due to CMake/MSVC linking issues. This change reverts
to requiring system-installed protoc and ensures it's installed in
CI workflows.
Changes:
- Revert protobuf-src dependency (causes Windows linker errors)
- Add protoc installation to sanitizers workflow
- Other workflows already have protoc via Nix or existing install steps1 parent 72f3a04 commit a508e28
2 files changed
+30
-35
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
45 | 49 | | |
46 | 50 | | |
47 | 51 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments