fix(iroh)

closes: #3788
This commit is contained in:
Jacob Heider 2023-10-23 14:55:59 -04:00
parent 3f84d2133f
commit 920f8de1a5
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

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