mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
3f84d2133f
commit
920f8de1a5
1 changed files with 2 additions and 2 deletions
|
@ -10,9 +10,9 @@ build:
|
||||||
rust-lang.org/cargo: '*'
|
rust-lang.org/cargo: '*'
|
||||||
rust-lang.org: '^1.70'
|
rust-lang.org: '^1.70'
|
||||||
script:
|
script:
|
||||||
- run: cargo install --locked --path . --root {{prefix}}
|
- run: cargo install --path . --root {{prefix}}
|
||||||
if: <0.6.0
|
if: <0.6.0
|
||||||
- run: cargo install --locked --path . --root {{prefix}}
|
- run: cargo install --path . --root {{prefix}}
|
||||||
working-directory: iroh
|
working-directory: iroh
|
||||||
if: '>=0.6.0'
|
if: '>=0.6.0'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue