Skip to content

Commit 669087e

Browse files
fix: Dashboard main should also setup protoc (risingwavelabs#8717)
1 parent c34ffc1 commit 669087e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/dashboard_main.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Dashboard (main)
22
on:
33
push:
4-
branches: [main]
5-
paths: [dashboard/**]
4+
branches: [ main ]
5+
paths: [ dashboard/** ]
66
jobs:
77
dashboard-ui-deploy:
88
runs-on: ubuntu-latest
@@ -11,6 +11,10 @@ jobs:
1111
- uses: actions/setup-node@v2
1212
with:
1313
node-version: '18'
14+
- uses: arduino/setup-protoc@v1
15+
with:
16+
version: "3.x"
17+
repo-token: ${{ secrets.GITHUB_TOKEN }}
1418
- name: build
1519
working-directory: ./dashboard
1620
run: |

0 commit comments

Comments
 (0)