We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e7855 commit ca81d2dCopy full SHA for ca81d2d
.github/workflows/main.yml
@@ -36,11 +36,6 @@ jobs:
36
with:
37
node-version: ${{ matrix.node_version }}
38
39
- - name: setup protoc
40
- uses: arduino/setup-protoc@master
41
- with:
42
- repo-token: ${{ secrets.GITHUB_TOKEN }}
43
-
44
- name: get yarn cache dir
45
id: yarn-cache-dir
46
run: echo "::set-output name=dir::$(yarn cache dir)"
@@ -115,11 +110,6 @@ jobs:
115
110
116
111
go-version: '~${{ matrix.go_version }}'
117
112
118
119
120
121
122
123
113
- name: build backend binary
124
114
run: make build
125
0 commit comments