mirror of
https://github.com/dtolnay/install.git
synced 2024-11-22 08:29:30 +01:00
Make protoc available
This commit is contained in:
parent
a4009f7dc7
commit
a0357c4099
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -38,6 +38,7 @@ jobs:
|
||||||
path: ${{inputs.crate}}
|
path: ${{inputs.crate}}
|
||||||
if: inputs.git
|
if: inputs.git
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
- uses: dtolnay/rust-toolchain@stable
|
||||||
|
- uses: arduino/setup-protoc@v1
|
||||||
- run: cargo install --force ${{inputs.git && format('--path={0}', inputs.path || '.') || inputs.crate}} --bin ${{inputs.bin || inputs.crate}}
|
- run: cargo install --force ${{inputs.git && format('--path={0}', inputs.path || '.') || inputs.crate}} --bin ${{inputs.bin || inputs.crate}}
|
||||||
working-directory: ${{inputs.git && inputs.crate || '.'}}
|
working-directory: ${{inputs.git && inputs.crate || '.'}}
|
||||||
- id: which
|
- id: which
|
||||||
|
|
Loading…
Reference in a new issue