[PR #312] [MERGED] feat: install protoc-gen-dart if not installed #4060

Closed
opened 2026-03-23 21:36:07 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/312
Author: @appflowy
Created: 2/8/2022
Status: Merged
Merged: 2/8/2022
Merged by: @appflowy

Base: mainHead: fix_ci


📝 Commits (4)

  • f55de1f feat: install protoc-gen-dart if not installed
  • 15d91d3 ci: export path
  • 1ab3f42 ci: install protoc binary
  • 68b0730 ci: disable dart pb gen

📊 Changes

5 files changed (+67 additions, -27 deletions)

View changed files

📝 .github/workflows/ci.yaml (+2 -0)
📝 frontend/scripts/makefile/desktop.toml (+14 -1)
📝 frontend/scripts/makefile/env.toml (+0 -24)
📝 frontend/scripts/makefile/protobuf.toml (+46 -0)
📝 shared-lib/lib-infra/src/pb_gen.rs (+5 -2)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/312 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 2/8/2022 **Status:** ✅ Merged **Merged:** 2/8/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `fix_ci` --- ### 📝 Commits (4) - [`f55de1f`](https://github.com/AppFlowy-IO/AppFlowy/commit/f55de1fd17259f26a95182bbcc62221765cf9be9) feat: install protoc-gen-dart if not installed - [`15d91d3`](https://github.com/AppFlowy-IO/AppFlowy/commit/15d91d3cbe03d8d29670e3b7d30c51ee7b84201a) ci: export path - [`1ab3f42`](https://github.com/AppFlowy-IO/AppFlowy/commit/1ab3f42477768005dc86a38cccb3580041d43011) ci: install protoc binary - [`68b0730`](https://github.com/AppFlowy-IO/AppFlowy/commit/68b0730ddaae6f8466b0122e747ef75a300ac353) ci: disable dart pb gen ### 📊 Changes **5 files changed** (+67 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yaml` (+2 -0) 📝 `frontend/scripts/makefile/desktop.toml` (+14 -1) 📝 `frontend/scripts/makefile/env.toml` (+0 -24) 📝 `frontend/scripts/makefile/protobuf.toml` (+46 -0) 📝 `shared-lib/lib-infra/src/pb_gen.rs` (+5 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 21:36:07 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#4060
No description provided.