mirror of
https://github.com/dtolnay/install.git
synced 2024-11-22 16:29:32 +01:00
Revert "Make protoc available"
Preinstalled protoc is no longer required as of350f5abdd5
. This reverts commita0357c4099
.
This commit is contained in:
parent
a3badf5016
commit
3bf9792860
1 changed files with 0 additions and 1 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -38,7 +38,6 @@ 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