mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-24 16:14:48 +01:00
fix: install protoc in workflow
This commit is contained in:
parent
e46f62058b
commit
c20cbde833
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -21,6 +21,7 @@ jobs:
|
||||||
# - nightly
|
# - nightly
|
||||||
# disable other toolchains to save on github runners
|
# disable other toolchains to save on github runners
|
||||||
steps:
|
steps:
|
||||||
|
- uses: arduino/setup-protoc@v2
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
|
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
|
||||||
- run: cargo build --verbose
|
- run: cargo build --verbose
|
||||||
|
|
Loading…
Reference in a new issue