3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2024-11-22 00:19:31 +01:00

Revert "Make protoc available"

Preinstalled protoc is no longer required as of 350f5abdd5.

This reverts commit a0357c4099.
This commit is contained in:
David Tolnay 2023-01-07 15:24:41 -08:00
parent a3badf5016
commit 3bf9792860
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -38,7 +38,6 @@ jobs:
path: ${{inputs.crate}}
if: inputs.git
- 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}}
working-directory: ${{inputs.git && inputs.crate || '.'}}
- id: which