Skip to content

Commit ca81d2d

Browse files
committed
ci: remove protoc setup from CI builds
1 parent e1e7855 commit ca81d2d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ jobs:
3636
with:
3737
node-version: ${{ matrix.node_version }}
3838

39-
- name: setup protoc
40-
uses: arduino/setup-protoc@master
41-
with:
42-
repo-token: ${{ secrets.GITHUB_TOKEN }}
43-
4439
- name: get yarn cache dir
4540
id: yarn-cache-dir
4641
run: echo "::set-output name=dir::$(yarn cache dir)"
@@ -115,11 +110,6 @@ jobs:
115110
with:
116111
go-version: '~${{ matrix.go_version }}'
117112

118-
- name: setup protoc
119-
uses: arduino/setup-protoc@master
120-
with:
121-
repo-token: ${{ secrets.GITHUB_TOKEN }}
122-
123113
- name: build backend binary
124114
run: make build
125115

0 commit comments

Comments
 (0)