Skip to content

Commit

Permalink
fix(iroh)
Browse files Browse the repository at this point in the history
 closes #8073
  • Loading branch information
jhheider committed Dec 2, 2024
1 parent 94a75c2 commit 6b4cfd0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion projects/iroh.computer/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ build:
- run: cargo install --path iroh-cli --locked --root {{prefix}}
if: '>=0.13.0<0.28.1'
- run: cargo install --path iroh-cli --root {{prefix}}
if: '>=0.28.1'
if: '>=0.28.1<0.29'
- run:
- cargo install --path iroh-relay --root {{prefix}}
- cargo install --path iroh-dns-server --root {{prefix}}
- ln -s iroh-relay '{{prefix}}/bin/iroh'
if: '>=0.29'

provides:
- bin/iroh
Expand Down

0 comments on commit 6b4cfd0

Please sign in to comment.