fix protobuf
This commit is contained in:
parent
f0cf9d9597
commit
c4f51ba3d0
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
|
@ -13,6 +13,10 @@ jobs:
|
|||
steps:
|
||||
- name: Setup | Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Install Protoc
|
||||
uses: arduino/setup-protoc@v1
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Setup | Rust
|
||||
uses: ATiltedTree/setup-rust@v1
|
||||
with:
|
||||
|
@ -28,14 +32,16 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
- name: Install Protoc
|
||||
uses: arduino/setup-protoc@v1
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Setup | Rust
|
||||
uses: ATiltedTree/setup-rust@v1
|
||||
with:
|
||||
rust-version: stable
|
||||
- name: Build | Compile
|
||||
run: cargo check
|
||||
test:
|
||||
name: Test
|
||||
build:
|
||||
name: build
|
||||
strategy:
|
||||
matrix:
|
||||
os:
|
||||
|
@ -53,6 +59,8 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
- name: Install Protoc
|
||||
uses: arduino/setup-protoc@v1
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Setup | Rust
|
||||
uses: ATiltedTree/setup-rust@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue