Skip to content

Commit 4383239

Browse files
fuel-core: install protoc (#35)
1 parent 6a3f26c commit 4383239

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/nightly-fuel-core-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,11 @@ jobs:
112112
target: ${{ matrix.job.target }}
113113
override: true
114114

115+
- name: Install Protoc
116+
uses: arduino/setup-protoc@v1.1.2
117+
with:
118+
repo-token: ${{ secrets.GITHUB_TOKEN }}
119+
115120
- name: Install cargo-edit
116121
uses: actions-rs/cargo@v1
117122
with:

0 commit comments

Comments
 (0)