fix(iroh)

closes #3432
This commit is contained in:
Jacob Heider 2023-09-26 08:47:52 -04:00
parent 19f0ad4e94
commit 2177b18420
No known key found for this signature in database
GPG key ID: 59D15ADC7DCD39BB

View file

@ -9,10 +9,13 @@ build:
dependencies: dependencies:
rust-lang.org/cargo: '*' rust-lang.org/cargo: '*'
script: script:
cargo install --locked --path . --root {{prefix}} - run: cargo install --locked --path . --root {{prefix}}
if: <0.6.0
- run: cargo install --locked --path . --root {{prefix}}
working-directory: iroh
if: '>=0.6.0'
provides: provides:
- bin/iroh - bin/iroh
test: test: iroh --help
iroh --help