File tree Expand file tree Collapse file tree 4 files changed +25
-0
lines changed
Expand file tree Collapse file tree 4 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments