Skip to content

Commit 2088e31

Browse files
authored
Merge pull request #177 from OneLiteFeatherNET/fix/dashboard-protoc
fix: protoc ci
2 parents 2e67f19 + 48fd548 commit 2088e31

File tree

4 files changed

+25
-0
lines changed

4 files changed

+25
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
with:
2929
version: 9
3030

31+
- name: Install Protoc
32+
uses: arduino/setup-protoc@v3
33+
with:
34+
repo-token: ${{ secrets.GITHUB_TOKEN }}
35+
3136
- name: Dashboard build
3237
run: just dashboard
3338

@@ -50,6 +55,11 @@ jobs:
5055
with:
5156
version: 9
5257

58+
- name: Install Protoc
59+
uses: arduino/setup-protoc@v3
60+
with:
61+
repo-token: ${{ secrets.GITHUB_TOKEN }}
62+
5363
- name: Lib build
5464
run: just lib
5565

.github/workflows/lib.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
with:
2525
version: 9
2626

27+
- name: Install Protoc
28+
uses: arduino/setup-protoc@v3
29+
with:
30+
repo-token: ${{ secrets.GITHUB_TOKEN }}
31+
2732
- name: Build
2833
run: just lib
2934

.github/workflows/nightly.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,11 @@ jobs:
146146
with:
147147
version: 8
148148

149+
- name: Install Protoc
150+
uses: arduino/setup-protoc@v3
151+
with:
152+
repo-token: ${{ secrets.GITHUB_TOKEN }}
153+
149154
- name: Update paths
150155
working-directory: docs/.vitepress
151156
run: |

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,11 @@ jobs:
156156
with:
157157
version: 8
158158

159+
- name: Install Protoc
160+
uses: arduino/setup-protoc@v3
161+
with:
162+
repo-token: ${{ secrets.GITHUB_TOKEN }}
163+
159164
- name: Update paths
160165
working-directory: docs/.vitepress
161166
run: |

0 commit comments

Comments
 (0)