3
0
Fork 0
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:
David Tolnay 2022-12-01 16:03:51 -08:00
parent a4009f7dc7
commit a0357c4099
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -38,6 +38,7 @@ 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