Skip to content

Commit

Permalink
install protoc in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
benmaddison committed May 20, 2023
1 parent 1d00f73 commit 71325bc
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ jobs:

lint:
name: lint
uses: wolcomm/.github/.github/workflows/rust-lint.yml@master
uses: wolcomm/.github/.github/workflows/rust-lint.yml@os-dependencies
with:
build-dependencies: "protobuf-compiler"

test:
name: test
Expand All @@ -22,10 +24,11 @@ jobs:
include:
- toolchain: nightly
args: --doc
uses: wolcomm/.github/.github/workflows/rust-test.yml@master
uses: wolcomm/.github/.github/workflows/rust-test.yml@os-dependencies
with:
toolchain: ${{ matrix.toolchain }}
args: ${{ matrix.args }}
build-dependencies: "protobuf-compiler"

publish:
name: publish
Expand All @@ -34,5 +37,7 @@ jobs:
needs:
- lint
- test
uses: wolcomm/.github/.github/workflows/rust-publish.yml@explicit-package
uses: wolcomm/.github/.github/workflows/rust-publish.yml@os-dependencies
with:
build-dependencies: "protobuf-compiler"
secrets: inherit

0 comments on commit 71325bc

Please sign in to comment.